AtotiClientNotFoundError
Thrown when an AtotiClient identified by a serverKey is not provided via ClientsProvider.
BadRequestError
Thrown when an HTTP status of 400 is received.
ClientsNotFoundError
Thrown when no clients are found. They must be provided via ClientsProvider.
ConfigurationNotFoundError
DeprecatedThis error is no longer used and will be removed in version 5.3 of the SDK.
Thrown when no Configuration is found. It must be provided using ConfigurationContext.Provider.
ContentClientNotFoundError
Thrown when no ContentClient is found. It must be provided via ClientsProvider.
CubelessQueryError
Thrown when an MdxSelect, an MdxSubSelect or an MdxDrillthrough does not specify the name of its target Cube.
CubeNotFoundError
Thrown when a Cube cannot be found. This can happen in particular when loading a saved widget after updating a cube’s name on the server side.
DataModelNotFoundError
Thrown when a DataModel identified by a serverKey is not found in the ClientsContext.
DimensionNotFoundError
Thrown when a Dimension cannot be found in a Cube. This can happen in particular when loading a saved widget after updating a cube on the server side.
EmptyDataModelError
Thrown when a DataModel does not contain any cube. This can happen in particular when a user is not granted access to any cube.
ExpiredLicenseError
Thrown when the license of a target Atoti server has expired.
ForbiddenError
Thrown when an HTTP status of 403 is received.
HierarchyNotFoundError
Thrown when a Hierarchy cannot be found in a Dimension. This can happen in particular when loading a saved widget after updating a cube on the server side.
InternalServerError
Thrown when an HTTP status of 500 is received.
InvalidConditionalStyleError
Thrown when the conditional style of a field is invalid.
InvalidContentError
Thrown when the content fetched from the Content Server is not a valid JSON object.
DeprecatedThis error is no longer used and will be removed in AtotiUI 5.3.
Thrown when a dragged widget was dropped into a dashboard but did not have an initial state attached to it.
InvalidMdxFilterError
Thrown when an Mdx is expected to represent a Filter but cannot be interpreted as such.
InvalidMemberError
Thrown when expression cannot be resolved as a member of cube cubeName.
Error thrown when a AMetaData object does not contain a name attribute.
InvalidNamePathError
Thrown when a member has an empty namePath. This can happen in case of misconfiguration of a widget.
InvalidServiceVersionIdError
Thrown when a ServiceVersion id is not valid.
InvalidTupleKeyError
Thrown when a tuple key could not be parsed as a comma-separated list of member compound identifiers.
JwtNotFoundError
Thrown when no JWT is found. It must be provided using JwtProvider.
LevelNotFoundError
Thrown when a Level cannot be found in a Hierarchy. This can happen in particular when loading a saved widget after updating a cube on the server side.
LogoutNotFoundError
Thrown when no logout callback is found. It must be provided using LogoutProvider.
MdxError
Thrown when parsing an invalid Mdx query.
Thrown when the metadata file is missing or if the user does not have the permission to read it.
ModalNotFoundError
Thrown when a modal identified by modalKey is not provided via ModalsProvider.
ModalsNotFoundError
Thrown when no modals are found. They must be provided via ModalsProvider.
NoResponseError
Thrown when an HTTP request does not trigger any response from the server. This happens when the target server is down.
PluginNotFoundError
Thrown when a plugin identified by a pluginKey is not found in the registry. This can be caused by the absence of a PluginProvider in the React tree, or by the fact that pluginKey is malformed and does not correspond to any provided plugin.
QueryError
Thrown when Atoti Server responds to a query with an error message.
ResourceNotFoundError
Thrown when an HTTP status of 404 is received.
ThemeNotFoundError
Thrown when a Theme cannot be found. This can happen in particular if the user’s theme setting references a theme which does not exist in configuration.themes. See Configuration.
UnauthorizedError
Thrown when an HTTP status of 401 is received.
UnsupportedServerVersionError
Thrown when a server version is unsupported.
UserNotFoundError
Thrown when no User is found. It must be provided using UserProvider.