View Source TextGenerationInference.ErrorResponse (text_generation_inference v0.1.2)

Provides struct and type for ErrorResponse

Link to this section Summary

Link to this section Types

@type t() :: %TextGenerationInference.ErrorResponse{
  error: String.t(),
  error_type: String.t()
}