Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrGrpcMerchantInvalidID = response.NewGrpcError("merchant", "Invalid Merchant ID", int(codes.InvalidArgument)) ErrGrpcMerchantInvalidUserID = response.NewGrpcError("merchant", "Invalid Merchant User ID", int(codes.InvalidArgument)) ErrGrpcMerchantInvalidApiKey = response.NewGrpcError("merchant", "Invalid Merchant Api Key", int(codes.InvalidArgument)) ErrGrpcMerchantInvalidMonth = response.NewGrpcError("month", "Invalid Merchant Month", int(codes.InvalidArgument)) ErrGrpcMerchantInvalidYear = response.NewGrpcError("year", "Invalid Merchant Year", int(codes.InvalidArgument)) )
View Source
var ( ErrGrpcValidateCreateMerchant = response.NewGrpcError("merchant", "Invalid input for create merchant", int(codes.InvalidArgument)) ErrGrpcValidateUpdateMerchant = response.NewGrpcError("merchant", "Invalid input for update merchant", int(codes.InvalidArgument)) ErrGrpcValidateUpdateMerchantStatus = response.NewGrpcError("merchant", "Invalid input for update merchant status", int(codes.InvalidArgument)) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.