Installation guide

Appendix B Error Codes 191
18. AM_INVALID_SESSION
The session token provided to the API was invalid. The session may have timed
out or the token is corrupted.
19. AM_INVALID_ACTION_TYPE
This exception occurs during policy evaluation, if such an action type does not
exist for a given policy decision appropriately found for the resource.
20. AM_ACCESS_DENIED
The user is denied access to the resource for the kind of action requested.
21. AM_HTTP_ERROR
There was an HTTP protocol error while contacting the Identity server.
22. AM_INVALID_FQDN_ACCESS
The resource provided by the user is not a fully qualified domain name. This is a
webcontainer specific errorand maybereturnedby the
am_web_is_access_allowed
function only.
23. AM_FEATURE_UNSUPPORTED
The feature being invoked is not implemented as of now. Only the interfaces have
been defined.
24. AM_AUTH_CTX_INIT_FAILURE
The Auth context creation failed. This error is thrown by
am_auth_create_auth_context
.
25. AM_SERVICE_NOT_INITIALIZED
The service is not initialized. This error is thrown by
am_policy
functions if the
provided service was not initialized previously using
am_policy_service_init
.
26. AM_INVALID_RESOURCE_FORMAT
This is a plugin interface error. Implementors of the new resource format may
throw this error if the input string does not meet their specified format. This error
is thrown by the
am_web
layer, if the resource passed as parameter does not follow
the standard URL format.