# Functions
BadRequestError represents a model for a bad request with a custom description.
DecodeError represents a model decoding error.
InternalServerError represents a 500 FabricError that happened in the system.
New Creates a new BaseError with the required fields.
NewFromJSON creates a Frabric error based on JSON string error representation.
NewFromPod creates a FabricError based on LastTerminationState of ContainerStatus given a container Name.
NotFoundError represents a 404 error with a custom description.
# Structs
FabricError represents a shared error model.
# Type aliases
Context is a key/value map to carrier any additional information.