package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Sep 14, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Blunder struct {
Details []Detail `yaml:"details"`
}
type ErrorDescription struct {
Code string `yaml:"code"`
HttpStatusCode int `yaml:"http_status_code"`
GrpcStatusCode int `yaml:"grpc_status_code"`
Message string `yaml:"message"`
}
type Index struct {
DetailIndex int
ErrorIndex int
}
Index is a struct that holds the index of the detail and error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.