Skip to main content

list_error_json

No overview available.

def list_error_json(
message: string
) - > dict

Generates a standardized JSON error response for list-related operations.

Parameters

NameTypeDescription
messagestringThe specific error message to be included in the JSON response body.

Returns

TypeDescription
dictA dictionary containing the error status and a descriptive error message.