Versions in this module Expand all Collapse all v4 v4.0.0 Jul 11, 2026 Changes in this version + type FieldError struct + Code string + Field string + Message string + func (e FieldError) Error() string + type FieldErrors []FieldError + func (e FieldErrors) Error() string + func (e FieldErrors) FieldErrors() FieldErrors + func (e FieldErrors) ToMap() map[string]string + type Provider interface + FieldErrors func() FieldErrors Other modules containing this package github.com/aatuh/api-toolkit/v2 github.com/aatuh/api-toolkit/v3