ExDaytona.Model.ErrorResponse (ex_daytona v0.4.0)

Copy Markdown View Source

Error response

Summary

Types

t()

@type t() :: %ExDaytona.Model.ErrorResponse{
  code: ExDaytona.Model.DaemonErrorCode.t() | nil,
  message: String.t(),
  method: String.t() | nil,
  path: String.t(),
  source: String.t() | nil,
  statusCode: integer(),
  timestamp: String.t()
}

Functions

decode(value)