Skip to content

Titanium.SuccessResponse

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

Extends: ErrorResponse

Properties #

code#

Type: Number

Error code. Returns 0.

Error code will be 0.

error#

Type: String

Error message, if any returned.

Will be undefined.

success#

Type: Boolean

Indicates if the operation succeeded. Returns true.

Returns true.

Titanium SDK Documentation