MomoAPIErrorResponses
Enum class representing the various error responses from the MTN MOMO API.
Each constant corresponds to a specific error that can occur during API interactions.
Entries
Indicates that the payer was not found.
Indicates that the payer has reached their limit for transactions.
Indicates that there are not enough funds for the transaction.
Indicates that the action is not allowed.
Indicates that the target environment is not allowed.
Indicates that the callback URL host is invalid.
Indicates that the currency provided is invalid.
Indicates that the service is currently unavailable.
Indicates that the payee is not allowed to receive the payment.
Indicates that the payment has not been approved.
Indicates that the requested resource was not found.
Indicates that the approval for the transaction was rejected.
Indicates that the transaction has been canceled.
Indicates that the resource already exists.
Indicates that the transaction has not been completed.
Indicates that the transaction was not found.
Indicates that there is an informational scope instruction.
Indicates that a required scope instruction is missing.
Indicates that more than one financial scope is not supported.
Indicates that the combination of scopes is unsupported.
Indicates that there is a consent mismatch.
Indicates that the requested scope is unsupported.
Indicates that the payee was not found.
Indicates that an internal processing error occurred.
Indicates that the transaction could not be performed.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.