ProcessingError

class oci.ai_vision.models.ProcessingError(**kwargs)

Bases: object

The error in document processing.

Methods

__init__(**kwargs) Initializes a new ProcessingError object with values from keyword arguments.

Attributes

code [Required] Gets the code of this ProcessingError.
message [Required] Gets the message of this ProcessingError.
__init__(**kwargs)

Initializes a new ProcessingError object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • code (str) – The value to assign to the code property of this ProcessingError.
  • message (str) – The value to assign to the message property of this ProcessingError.
code

[Required] Gets the code of this ProcessingError. The error code.

Returns:The code of this ProcessingError.
Return type:str
message

[Required] Gets the message of this ProcessingError. The error message.

Returns:The message of this ProcessingError.
Return type:str