Skip to main content

InvoiceErrorCode

An enumeration of possible error codes for invoice operations.

enum InvoiceErrorCode {
REQUIRED
NOT_READY
URL_NOT_SET
EMAIL_NOT_SET
NUMBER_NOT_SET
NOT_FOUND
INVALID_STATUS
NOT_ALLOWED
FORBIDDEN
}

Values

InvoiceErrorCode.REQUIRED

InvoiceErrorCode.NOT_READY

InvoiceErrorCode.URL_NOT_SET

InvoiceErrorCode.EMAIL_NOT_SET

InvoiceErrorCode.NUMBER_NOT_SET

InvoiceErrorCode.NOT_FOUND

InvoiceErrorCode.INVALID_STATUS

InvoiceErrorCode.NOT_ALLOWED

InvoiceErrorCode.FORBIDDEN

Member Of

InvoiceError object

Was this page helpful?