Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( As = errors.As Is = errors.Is New = errors.New Newf = fmt.Errorf Join = errors.Join )
View Source
var ( EntityNotFound = New("entity not found") EntityAlreadyExists = New("entity already exists") Internal = New("internal error") InvalidAccessToken = New("invalid access token") IASApplicationNotFound = New("application in IAS not found") S4CertificateNotFound = New("S/4 certificate not found") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.