Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.35 KB

File metadata and controls

30 lines (18 loc) · 1.35 KB

AddWatermark401Response

Properties

Name Type Description Notes
message MessageEnum Error description [optional]

Enum: MessageEnum

Name Value
AUTHENTICATION_FAILED_REQUEST_EXPIRED "Authentication failed: request expired"
AUTHENTICATION_FAILED_SIGNATURE_OR_SECRET_MISSING "Authentication failed: signature or secret missing"
AUTHENTICATION_FAILED_WORKSPACE_MISSING "Authentication failed: workspace missing"
AUTHENTICATION_FAILED_KEY_MISSING "Authentication failed: key missing"
AUTHENTICATION_FAILED_PROPERTY_ISS_ISSUER_MISSING_IN_JWT "Authentication failed: property iss (issuer) missing in JWT"
AUTHENTICATION_FAILED_PROPERTY_SUB_SUBJECT_MISSING_IN_JWT "Authentication failed: property sub (subject) missing in JWT"
AUTHENTICATION_FAILED_PROPERTY_EXP_EXPIRATION_TIME_MISSING_IN_JWT "Authentication failed: property exp (expiration time) missing in JWT"
AUTHENTICATION_FAILED_INVALID_ISS_ISSUER_ "Authentication failed: invalid iss (issuer)"
AUTHENTICATION_FAILED_INCORRECT_SIGNATURE "Authentication failed: incorrect signature"
AUTHENTICATION_FAILED "Authentication failed"