Type Alias FilterError

Error occured during the Filter creation.

type FilterError = {
    code: string;
    title: string;
}
Index

Properties

Properties

code: string

The unique code for the error

  • "REP-400000" Bad request. The server could not understand the request due to invalid syntax.
  • "REP-400008" Selections error.
  • "REP-400015" Bad request in enigma request. The patch value has invalid JSON format.
  • "REP-401000" Unauthorized. The client must authenticate itself to get the requested response.
  • "REP-401001" Unauthorized, bad JWT.
  • "REP-403000" Forbidden. The client does not have access rights to the content.
  • "REP-403001" App forbidden, the user does not have read permission on the app.
  • "REP-403002" Chart type not supported.
  • "REP-404000" Not found. The server can not find the requested resource.
  • "REP-409043" Filter name conflict. The filter name must be unique.
  • "REP-429000" Too many request. The user has sent too many requests in a given amount of time ("rate limiting").
  • "REP-429012" Exceeded max session tenant quota. A tenant has opened too many different sessions at the same time.
  • "REP-429016" Exceeded max session tenant quota per day.
  • "REP-500000" Fail to resolve resource.
  • "REP-503005" Engine unavailable, qix-sessions error no engines available.
  • "REP-503013" Session unavailable. The engine session used to create the report is unavailable.
  • "REP-504042" Context deadline exceeded applying selections of the Filter.
  • "REP-500031" Error creating bookmark.
  • "REP-404032" Bookmark not found after creating the bookmark.
  • "REP-500033" Error destroying bookmark.
  • "REP-404033" Bookmark not found destroying the bookmark.
  • "REP-409043" Dupliacate bookmark name.
  • "REP-429034" Filters quota exceeded.
  • "REP-400044" Missing or renamed field.
  • "REP-403049" Report filter access not allowed.
title: string

A summary in english explaining what went wrong.