# README

Error fields

Package contains proto representation for fields section inside error response.

Proto file defines FieldsInfo message which is a default representation of field details that conforms REST API Syntax Specification. It has it's own specific marshal/unmarshal logic.

This functionality should not be directly used in your code. Use WithFields function from errors package instead.

# Structs

FieldsInfo is a default representation of field details that conforms REST API Syntax Specification.
No description provided by the author