Closed ilyaglow closed 5 years ago
In some circumstances Cortex responds with error messages and unusual http error code (404 for this one):
curl -H 'Authorization: Bearer token' https://cortex/api/analyzer/type/hash {"type":"NotFoundError","message":"Worker URLhaus_1_0 not found"}
The library should handle this case and return appropriate error message to the user.
Closed in f5f0503
In some circumstances Cortex responds with error messages and unusual http error code (404 for this one):
The library should handle this case and return appropriate error message to the user.