Newer Version Available

This content describes an older version of this product. View Latest

getError()

Returns an array of error objects for server-side actions only. Each error object has a message field. In any mode except PROD mode, each object also has a stack field, which is a list describing the execution stack when the error occurred.

Signature

getError()

Returns

Type: Object[]
An array of error objects. Each error object has a message field.