Server Error Analyzer
Configuration Name: ServerError
Description
Server Error analyzer detects when a request causes an error in the application. A server error indicates an error caused by the application, as opposed to a client error that indicates a problem with the request. In an OpenAPI API, a server-side error may be indicated by a HTTP status code in the 5XX range.
Faults Reported
Fault Identifier | Title | Summary | Solution | Severity |
---|---|---|---|---|
SFF-500 | Server Error | Server Errors and HTTP 5xx response errors for Operations with input values generated by Sift | API Implementation should provide valid errors and HTTP Status code example Bad input from the client should generate HTTP 4xx responses rather than HTTP 5xx. | high |