Versions in this module Expand all Collapse all v1 deprecated v1.13.4 Aug 7, 2023 Changes in this version + type Misc400Error = ProblemDetails + type Misc404Error = ProblemDetails + type ProblemDetails struct + AdditionalProperties map[string]interface{} + Detail *string + Instance *string + Status *int32 + Title *string + Type *string + func (a *ProblemDetails) Set(fieldName string, value interface{}) + func (a *ProblemDetails) UnmarshalJSON(b []byte) error + func (a ProblemDetails) Get(fieldName string) (value interface{}, found bool) + func (a ProblemDetails) MarshalJSON() ([]byte, error)