type

CallErr

@Js
const class CallErr : Err

CallErr is raised when a server returns an error grid from a client call to a REST operation.

fields

meta

Grid.meta from the error grid response

remoteTrace

Remote stack trace if available

Slot Details

meta

const Dict meta

Grid.meta from the error grid response

remoteTrace

const Str? remoteTrace

Remote stack trace if available