MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / InvalidArgument

Function InvalidArgument

internal/service/errors.go:69–71  ·  view source on GitHub ↗

InvalidArgument reports a malformed or semantically invalid request.

(msg string)

Source from the content-addressed store, hash-verified

67
68// InvalidArgument reports a malformed or semantically invalid request.
69func InvalidArgument(msg string) error {
70 return &Error{Kind: KindInvalidArgument, msg: msg}
71}
72
73// Unauthenticated reports a missing or invalid credential/session.
74func Unauthenticated(msg string) error {

Callers 15

RevokeMethod · 0.85
ValidateJwtTokenMethod · 0.85
ResendVerifyEmailMethod · 0.85
validateFgaSubjectFunction · 0.85
toContextualTuplesFunction · 0.85
MagicLinkLoginMethod · 0.85
ResendOTPMethod · 0.85
CheckPermissionsMethod · 0.85
LoginMethod · 0.85
ResetPasswordMethod · 0.85
SignUpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected