fn on_error(message: String) -> Status
Handles errors by returning a Status with the error message.
Status
message
A Status indicating the error with the error message.