list_error_json
No overview available.
def list_error_json(
message: string
) - > dict
Generates a standardized JSON error response for list-related operations.
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The specific error message to be included in the JSON response body. |
Returns
| Type | Description |
|---|---|
dict | A dictionary containing the error status and a descriptive error message. |