isValidationError property

bool get isValidationError

Check if this is a validation error

Implementation

bool get isValidationError => code == ResponseCode.BAD_REQUEST;