Gets a stack of context identifiers.
Gets a stack of context identifiers.
The head of the list is the outermost (i.e., least specific) identifier.
Gets a description of the error.
Returns a new error with the specified context identifier pushed in to the context stack.
Gets a description of the error with the context identifiers prefixing the message.
Describes an error.
An error has a message and a list of context identifiers that provide insight into where an error occurs in a large structure.
This type is not sealed so that codecs can return domain specific subtypes and dispatch on those subtypes.