ErrorResponse

data class ErrorResponse(val context: String, val payload: String, val stackTrace: StackTraceResponse)

Error describes why the execution was abnormally terminated.

Constructors

Link copied to clipboard
constructor(context: String, payload: String, stackTrace: StackTraceResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Human-readable stack trace string.

Link copied to clipboard

Error message and data returned represented as a JSON string.

Link copied to clipboard

Stack trace with detailed information of where error was generated.