Skip to content

exceptions

FMG API exceptions

FMGAuthenticationException #

Bases: FMGException

Authentication error

FMGConfigurationException #

Bases: FMGException

FMG configuration problem

FMGEmptyResultException #

Bases: FMGException

No result for a request

FMGException #

Bases: Exception

General FMG error

FMGInvalidDataException #

Bases: FMGException

The data is invalid for selected url

FMGInvalidURL #

Bases: FMGException

Invalid URL

FMGLockException #

Bases: FMGException

Locking error

FMGLockNeededException #

Bases: FMGException

Lock needed error

FMGMissingScopeException #

Bases: FMGException

Scope must be set before referencing URL

FMGNotAssignedException #

Bases: FMGException

FMG not assigned to object

FMGObjectAlreadyExistsException #

Bases: FMGException

The object is already in the database

FMGTokenException #

Bases: FMGException

No Token error

FMGUnhandledException #

Bases: FMGException

Unhandled error

FMGWrongRequestException #

Bases: FMGException

Locking error