API Docs for: 1.4.7
Show:

SinchError Class

Class for Sinch Errors

Constructor

SinchError

(
  • domain
  • code
  • message
  • [object]
)
protected

Parameters:

  • domain ErrorDomain

    Error domain

  • code ErrorCode

    Error code

  • message String

    The error message

  • [object] Object optional

    Optional object with additional details

Item Index

Properties

code

Number

Error code

domain

Number

Error domain

message

String

Text message (human readable)

response

Object

Object relevant to the cause of the error, typically a response on a REST request

stack

String

Error stack