package
Version:
v0.0.0-...-cd8656f
Opens a new window with list of versions in this module.
Published: Aug 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type EmbedError struct {
Value any `json:"value,omitempty"`
Embed []*EmbedError `json:"embed,omitempty"`
}
type Error struct {
Code string `json:"code,omitempty"`
Message string `json:"message,omitempty"`
Embed *EmbedError `json:"embed,omitempty"`
Fields map[string]any `json:"fields,omitempty"`
Codes struct {
GRPC codes.Code `json:"grpc"`
HTTP int `json:"http"`
} `json:"codes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.