Exceptions
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Announcing our Series C with $110M in total funding. Read more →.
class EncordException(Exception)
class InitialisationError(EncordException)
class AuthenticationError(EncordException)
class AuthorisationError(EncordException)
class ResourceNotFoundError(EncordException)
class TimeOutError(EncordException)
class RequestException(EncordException)
class RateLimitExceededError(EncordException)
class PayloadTooLargeError(EncordException)
class UnknownException(EncordException)
class InvalidDateFormatError(EncordException)
class MethodNotAllowedError(EncordException)
class OperationNotAllowed(EncordException)
class AnswerDictionaryError(EncordException)
class CorruptedLabelError(EncordException)
class FileTypeNotSupportedError(EncordException)
class FileSizeNotSupportedError(EncordException)
class FeatureDoesNotExistError(EncordException)
class ModelWeightsInconsistentError(EncordException)
class ModelFeaturesInconsistentError(EncordException)
class UploadOperationNotSupportedError(EncordException)
class DetectionRangeInvalidError(EncordException)
class InvalidAlgorithmError(EncordException)
class ResourceExistsError(EncordException)
class DuplicateSshKeyError(EncordException)
class SshKeyNotFound(EncordException)
class InvalidArgumentsError(EncordException)
class GenericServerError(EncordException)
class CloudUploadError(EncordException)
class MultiLabelLimitError(EncordException)
class LabelRowError(EncordException)
class OntologyError(EncordException)
class WrongProjectTypeError(CordException)
class BundledMoveWorkflowTasksPayloadError(EncordException)
Was this page helpful?
