package
1.2.120
Repository: https://github.com/searking/golang.git
Documentation: pkg.go.dev

# Functions

Convert is a convenience function which removes the need to handle the boolean return value from FromError.
Errore returns an error representing c and msg if err is not status.Status.
Errorfe returns Errore(c, fmt.Sprintf(format, a...)).
FromError returns a Status representation of err.
GetErrorWithLocalizedMessage is a convenience function which removes the need to handle the error which may be not Status from GetLocalizedMessageError.
GetLocalizedMessage returns an error that formats as the given Status with locale message or message.
GetLocalizedMessageError is a convenience function which returns an error that formats as the given Status with locale message or message.
GetLocalizedMessageFromError is a convenience function which removes the need to handle the error which may be not Status from GetLocalizedMessage.
WithBadRequestDetails returns a new status with the provided bad requests messages appended to the status.

# Type aliases

No description provided by the author