Versions in this module Expand all Collapse all v0 v0.1.0 Apr 15, 2026 Changes in this version + func GetOpenAPISpecJSON() ([]byte, error) + type ProblemDetails struct + AdditionalProperties map[string]any + Detail *string + Instance *string + Status *int32 + Title *string + Type *string + func (a *ProblemDetails) Set(fieldName string, value any) + func (a *ProblemDetails) UnmarshalJSON(b []byte) error + func (a ProblemDetails) Get(fieldName string) (value any, found bool) + func (a ProblemDetails) MarshalJSON() ([]byte, error) + func (s *ProblemDetails) ApplyDefaults()