Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrGrpcWithdrawInvalidID = errors.NewGrpcError("Invalid Withdraw ID", int(codes.InvalidArgument)) ErrGrpcInvalidUserID = errors.NewGrpcError("Invalid user ID", int(codes.InvalidArgument)) ErrGrpcInvalidCardNumber = errors.NewGrpcError("Invalid card number", int(codes.InvalidArgument)) ErrGrpcInvalidMonth = errors.NewGrpcError("Invalid month", int(codes.InvalidArgument)) ErrGrpcInvalidYear = errors.NewGrpcError("Invalid year", int(codes.InvalidArgument)) )
View Source
var ( ErrGrpcValidateCreateWithdrawRequest = errors.NewGrpcError("Invalid input for create withdraw", int(codes.InvalidArgument)) ErrGrpcValidateUpdateWithdrawRequest = errors.NewGrpcError("Invalid input for update withdraw", int(codes.InvalidArgument)) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.