validStatus property

int? validStatus
finalinherited

Valid status code for the request to be interpreted as complete or incomplete.

Example:

If your service returns a 200 Ok, a 201 Created and a 204 NotContent your validStatusCode is the highest number in this case 204

Implementation

final int? validStatus;