The following table describes the Return Status constants.
Constant Name |
Constant Type |
Default Value |
Description |
|---|---|---|---|
| Success | INTEGER | 0 | Indicates that the operation was successful. |
| Error | INTEGER | 1 | Indicates that an error occurred. |
| Warning | INTEGER | 2 | Indicates a warning. |
| ErrContinue | INTEGER | 3 | Indicates that there are errors in the index partitions, but the operation continues to the next partition. |
| Fatal | INTEGER | 4 | Indicates that all dictionary entries of the index have been cleared and the CREATE INDEX operation has been rolled back. |
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
