code is an errno-compatible error code
| 423 | std::string ToString() const override { return message_; } |
| 424 | // code is an errno-compatible error code |
| 425 | int code() const { return code_; } |
| 426 | // returns any metadata that was returned with the error, likely in a |
| 427 | // key-value format similar to ArrowSchema metadata |
| 428 | const std::string& ErrorMetadataString() const { return metadata_; } |