You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
Currently error like having the wrong key produces com.swiftype.appsearch.ClientException, but the message is somewhat incomplete:
exception.getMessage
=> "Error: 401"
This also happens during indexing, if a bulk request exceeds 100 elements, the exception message will only say "Error 400", while if we browse through the engine's api log we can see the full error.
Is this shorter error message by design?
The text was updated successfully, but these errors were encountered:
Currently error like having the wrong key produces com.swiftype.appsearch.ClientException, but the message is somewhat incomplete:
exception.getMessage
=> "Error: 401"
This also happens during indexing, if a bulk request exceeds 100 elements, the exception message will only say "Error 400", while if we browse through the engine's api log we can see the full error.
Is this shorter error message by design?
The text was updated successfully, but these errors were encountered: