EventsAuthorizationResponse

Argument passed to the callback when a request finishes successfully or erroneously.

  • 3.1.0
  • 3.1.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

EventsAuthorizationResponse
code : Number

Error code, if any returned.

Error code, if any returned.

May be undefined if success is true.

EventsAuthorizationResponse
error : String

Error message, if any returned.

Error message, if any returned.

May be undefined if success is true.

EventsAuthorizationResponse
success : Boolean

Indicates whether the request succeeded.

Indicates whether the request succeeded.

Returns true if request succeeded.