# EventsAuthorizationResponse

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

Availability
3.1.0
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# code

Availability
3.1.0
9.2.0
code :Number

Error code, if any returned.

May be undefined if success is true.


# error

Availability
3.1.0
9.2.0
error :String

Error message, if any returned.

May be undefined if success is true.


# success

Availability
3.1.0
9.2.0
success :Boolean

Indicates whether the request succeeded.

Returns true if request succeeded.