Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 971 Bytes

File metadata and controls

33 lines (16 loc) · 971 Bytes

ErrorCodeOmnichannelMachine

Machine-readable error code, 'null' when the message has not been processed yet Matches the following meanings * 0 - No error * 1 - Delivery failure * 2 - Sending message expired * 3 - Invalid number * 4 - Error crediting account * 5 - Invalid number format * 6 - Too many identical messages * 7 - Sender name not allowed * 8 - Operator blacklisted * 9 - Unroutable * 10 - Seen * 999 - General temporary error

Enum

  • NUMBER_0 (value: 0)

  • NUMBER_1 (value: 1)

  • NUMBER_2 (value: 2)

  • NUMBER_3 (value: 3)

  • NUMBER_4 (value: 4)

  • NUMBER_5 (value: 5)

  • NUMBER_6 (value: 6)

  • NUMBER_7 (value: 7)

  • NUMBER_8 (value: 8)

  • NUMBER_9 (value: 9)

  • NUMBER_10 (value: 10)

  • NUMBER_999 (value: 999)

[Back to Model list] [Back to API list] [Back to README]