Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrGrpcFailedCreateMerchantDocument = response.NewGrpcError("merchant_document", "Failed to create merchant document", int(codes.Internal)) ErrGrpcFailedUpdateMerchantDocument = response.NewGrpcError("merchant_document", "Failed to update merchant document", int(codes.Internal)) )
View Source
var ( ErrGrpcValidateCreateMerchantDocument = response.NewGrpcError("merchant_document", "Invalid input for create merchant document", int(codes.InvalidArgument)) ErrGrpcValidateUpdateMerchantDocument = response.NewGrpcError("merchant_document", "Invalid input for update merchant document", int(codes.InvalidArgument)) )
View Source
var ErrGrpcMerchantInvalidID = response.NewGrpcError("merchant_document", "Invalid merchant id", int(codes.InvalidArgument))
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.