AuthenticationErrorResources Class

Error messages for authentication operations.

Error codes are organized in the range -60000 to -60999.

Constructor

AuthenticationErrorResources()

Methods

__init__

Initialize AuthenticationErrorResources.

__new__

__init__

Initialize AuthenticationErrorResources.

__init__()

__new__

__new__(**kwargs)

Attributes

AgentApplicationInstanceIdAndUserIdRequired

AgentApplicationInstanceIdAndUserIdRequired = ErrorMessage(code=-60019, message='Agent application instance Id and agentic user Id ...')

AgentApplicationInstanceIdRequired

AgentApplicationInstanceIdRequired = ErrorMessage(code=-60017, message='Agent application instance Id must be provided....')

AuthenticationTypeNotSupported

AuthenticationTypeNotSupported = ErrorMessage(code=-60016, message='Authentication type not supported...')

FailedToAcquireAgenticInstanceToken

FailedToAcquireAgenticInstanceToken = ErrorMessage(code=-60018, message='Failed to acquire agentic instance token or agent ...')

FailedToAcquireInstanceOrAgentToken

FailedToAcquireInstanceOrAgentToken = ErrorMessage(code=-60020, message='Failed to acquire instance token or agent token fo...')

FailedToAcquireToken

FailedToAcquireToken = ErrorMessage(code=-60012, message='Failed to acquire token. {0}...')

InvalidInstanceUrl

InvalidInstanceUrl = ErrorMessage(code=-60013, message='Invalid instance URL...')

OnBehalfOfFlowNotSupportedAuthType

OnBehalfOfFlowNotSupportedAuthType = ErrorMessage(code=-60015, message='On-behalf-of flow is not supported with the curren...')

OnBehalfOfFlowNotSupportedManagedIdentity

OnBehalfOfFlowNotSupportedManagedIdentity = ErrorMessage(code=-60014, message='On-behalf-of flow is not supported with Managed Id...')