Skip to content

Latest commit

 

History

History
 
 

errfields

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.