sift_py.error
¶
CLASS | DESCRIPTION |
---|---|
ProtobufMaxSizeExceededError |
The library limits the size of certain protobufs to prevent gRPC messages from being too big. |
SiftAPIDeprecationWarning |
Warning used for deprecated API features that may be removed in future updates. |
SiftError |
These exceptions are raised when something totally unexpected occurs and is |
FUNCTION | DESCRIPTION |
---|---|
raise_if_too_large |
|
ATTRIBUTE | DESCRIPTION |
---|---|
GRPC_MAX_MESSAGE_SIZE |
|
ProtobufMaxSizeExceededError
¶
Bases: Exception
The library limits the size of certain protobufs to prevent gRPC messages from being too big.
SiftAPIDeprecationWarning
¶
Bases: FutureWarning
Warning used for deprecated API features that may be removed in future updates.
SiftError
¶
SiftError(msg: str)