/** Error response messages */ SEARCH_RESPONSE_NO_RESULT :: "No Result"; SEARCH_RESPONSE_ERROR :: "Unexpected Error. Please blame the developer"; SEARCH_RESPONSE_VALIDATION_EMPTY :: "You cannot provide an empty query"; SEARCH_RESPONSE_VALIDATION_TOO_LONG :: #run tprint( "Your input exceeded the maximum of % characters", MAX_QUERY_LENGTH ); SEARCH_INTERNAL_ERROR :: #string STR_END ptrace 500

500 INTERNAL ERROR

Please report to dev@ptrace.dev

STR_END;