| 枚举值 |
|---|
| kErrorClass | 保留(错误类别 ID 的乘数)
|
| kErrorSubClass | 保留(错误子类 ID 的乘数)
|
| kErrorSubSubClass | 保留(错误子类的子类 ID 的乘数)
|
| kResourceFault | ResourceException: Generic resource fault!
|
| kBusyResource | ResourceException: Specified resource is busy!
|
| kInsufficientResource | ResourceException: Insufficient capacity of specified resource!
|
| kUnreservedResource | ResourceException: Specified resource was not reserved!
|
| kModifiedResource | ResourceException: Specified resource has been modified!
|
| kLogicFault | LogicException: Generic logic fault!
|
| kInvalidArgument | InvalidArgumentException: An invalid argument value is provided!
|
| kUnknownIdentifier | InvalidArgumentException: Unknown identifier is provided!
|
| kInsufficientCapacity | InvalidArgumentException: Insufficient capacity of the output buffer!
|
| kInvalidInputSize | InvalidArgumentException: Invalid size of an input buffer!
|
| kIncompatibleArguments | InvalidArgumentException: Provided values of arguments are incompatible!
|
| kInOutBuffersIntersect | InvalidArgumentException: Input and output buffers are intersect!
|
| kBelowBoundary | InvalidArgumentException: Provided value is below the lower boundary!
|
| kAboveBoundary | InvalidArgumentException: Provided value is above the upper boundary!
|
| kAuthTagNotValid | AuthTagNotValidException: Provided authentication-tag cannot be verified!
|
| kUnsupported | UnsupportedException: Unsupported request (due to limitations of the implementation)!
|
| kInvalidUsageOrder | InvalidUsageOrderException: Invalid usage order of the interface!
|
| kUninitializedContext | InvalidUsageOrderException: Context of the interface was not initialized!
|
| kProcessingNotStarted | InvalidUsageOrderException: Data processing was not started yet!
|
| kProcessingNotFinished | InvalidUsageOrderException: Data processing was not finished yet!
|
| kRuntimeFault | RuntimeException: Generic runtime fault!
|
| kUnsupportedFormat | RuntimeException: Unsupported serialization format for this object type!
|
| kBruteForceRisk | RuntimeException: Operation is prohibitted due to a risk of a brute force attack!
|
| kContentRestrictions | RuntimeException: The operation violates content restrictions of the target container!
|
| kBadObjectReference | RuntimeException: Incorrect reference between objects!
|
| kContentDuplication | RuntimeException: Provided content already exists in the target storage!
|
| kUnexpectedValue | UnexpectedValueException: Unexpected value of an argument is provided!
|
| kIncompatibleObject | UnexpectedValueException: The provided object is incompatible with requested operation or its configuration!
|
| kIncompleteArgState | UnexpectedValueException: Incomplete state of an argument!
|
| kEmptyContainer | UnexpectedValueException: Specified container is empty!
|
| kMissingArgument | kMissingArgumentException: Expected argument, but none provided!
|
| kBadObjectType | BadObjectTypeException: Provided object has unexpected type!
|
| kUsageViolation | UsageViolationException: Violation of allowed usage for the object!
|
| kAccessViolation | AccessViolationException: Access rights violation!
|