Documentation ¶
Overview ¶
Package errdetails provides error detail for grpc status
Index ¶
- Constants
- func AnyToErrorDetail(a *types.Any) proto.Message
- func Serialize(objs ...interface{}) string
- type BadRequest
- type BadRequestFieldViolation
- type DebugInfo
- type Detail
- type ErrorInfo
- type Help
- type HelpLink
- type LocalizedMessage
- type PreconditionFailure
- type PreconditionFailureViolation
- type QuotaFailure
- type QuotaFailureViolation
- type RequestInfo
- type ResourceInfo
- type RetryInfo
Constants ¶
View Source
const ( ValdResourceOwner = "vdaas.org vald team <vald@vdaas.org>" ValdGRPCResourceTypePrefix = "github.com/vdaas/vald/apis/grpc/v1" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BadRequest ¶
type BadRequest = errdetails.BadRequest
type BadRequestFieldViolation ¶
type BadRequestFieldViolation = errdetails.BadRequest_FieldViolation
type DebugInfo ¶
type DebugInfo = errdetails.DebugInfo
func DebugInfoFromInfoDetail ¶ added in v1.2.1
type ErrorInfo ¶
type ErrorInfo = errdetails.ErrorInfo
type Help ¶
type Help = errdetails.Help
type HelpLink ¶
type HelpLink = errdetails.Help_Link
type LocalizedMessage ¶
type LocalizedMessage = errdetails.LocalizedMessage
type PreconditionFailure ¶
type PreconditionFailure = errdetails.PreconditionFailure
type PreconditionFailureViolation ¶
type PreconditionFailureViolation = errdetails.PreconditionFailure_Violation
type QuotaFailure ¶
type QuotaFailure = errdetails.QuotaFailure
type QuotaFailureViolation ¶
type QuotaFailureViolation = errdetails.QuotaFailure_Violation
type RequestInfo ¶
type RequestInfo = errdetails.RequestInfo
type ResourceInfo ¶
type ResourceInfo = errdetails.ResourceInfo
type RetryInfo ¶
type RetryInfo = errdetails.RetryInfo
Click to show internal directories.
Click to hide internal directories.