butterbidi/script/types/exception_details

w3c link

Types

pub type ExceptionDetails {
  ExceptionDetails(
    column_number: Int,
    exception: remote_value.RemoteValue,
    line_number: Int,
    stack_trace: stack_trace.StackTrace,
    text: String,
  )
}

Constructors

Values

pub fn exception_details_decoder() -> decode.Decoder(
  ExceptionDetails,
)
Search Document