github.com/vmware/transport-go@v1.3.4/service/fabric_error.md (about)

     1  # FabricError Definition
     2  
     3  Standardizing on errors and problems are hard. We decided to use 
     4  [**RFC7807**](https://tools.ietf.org/html/rfc7807) as our design for a problem structure. You don't have to use
     5  this, however if you're looking for something that's ready-made and as standardized as can be, this may work for you.
     6  
     7  ---
     8  
     9  ## Type
    10  
    11  A URI reference [RFC3986](https://datatracker.ietf.org/doc/html/rfc3986) that identifies the
    12  problem type.  
    13  
    14  
    15  ## Title
    16  
    17  A short, human-readable summary of the problem type.
    18  
    19  ## Status
    20  
    21  The HTTP status code.
    22  
    23  ## Detail
    24  
    25  A human-readable explanation specific to this occurrence of the problem
    26  
    27  ## Instance
    28  
    29  A URI reference that identifies the specific occurrence of the problem.  It may or may not yield further 
    30  information if de-referenced.