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

Link copied to clipboard

Indicates that the payer was not found.

Link copied to clipboard

Indicates that the payer has reached their limit for transactions.

Link copied to clipboard

Indicates that there are not enough funds for the transaction.

Link copied to clipboard

Indicates that the action is not allowed.

Link copied to clipboard

Indicates that the target environment is not allowed.

Link copied to clipboard

Indicates that the callback URL host is invalid.

Link copied to clipboard

Indicates that the currency provided is invalid.

Link copied to clipboard

Indicates that the service is currently unavailable.

Link copied to clipboard

Indicates that the payee is not allowed to receive the payment.

Link copied to clipboard

Indicates that the payment has not been approved.

Link copied to clipboard

Indicates that the requested resource was not found.

Link copied to clipboard

Indicates that the approval for the transaction was rejected.

Link copied to clipboard

Indicates that the transaction has expired.

Link copied to clipboard

Indicates that the transaction has been canceled.

Link copied to clipboard

Indicates that the resource already exists.

Link copied to clipboard

Indicates that the transaction has not been completed.

Link copied to clipboard

Indicates that the transaction was not found.

Link copied to clipboard

Indicates that there is an informational scope instruction.

Link copied to clipboard

Indicates that a required scope instruction is missing.

Indicates that more than one financial scope is not supported.

Link copied to clipboard

Indicates that the combination of scopes is unsupported.

Link copied to clipboard

Indicates that there is a consent mismatch.

Link copied to clipboard

Indicates that the requested scope is unsupported.

Link copied to clipboard

Indicates that a general not found error occurred.

Link copied to clipboard

Indicates that the payee was not found.

Link copied to clipboard

Indicates that an internal processing error occurred.

Link copied to clipboard

Indicates that the transaction could not be performed.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.