# SuccessResponse

Properties used in any event or callback which needs to report a success.

Availability
0.8
0.8
9.2.0
Extends

NOTE

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

# Properties

# code

Availability
0.8
0.8
9.2.0
code :Number

Error code. Returns 0.

Error code will be 0.


# error

Availability
0.8
0.8
9.2.0
error :String

Error message, if any returned.

Will be undefined.


# success

Availability
0.8
0.8
9.2.0
success :Boolean

Indicates if the operation succeeded. Returns true.

Returns true.