export interface ErrorResponseObj { /** The error code. See [error codes](/docs/sms/api-reference/#error-codes). */ code?: string; /** The human readable description of the error. */ text?: string; }