Status400

public typealias Status400 = ResponseErrorBodyWrapper<Body, ValidateStatus400ErrorBodyStrategy>

A type alias for ResponseErrorBodyWrapper with a status code validation strategy for status code 400.

The Status400 type alias provides a convenient way to use ResponseErrorBodyWrapper with the ValidateStatus400ErrorBodyStrategy. It represents the error response body of a request where the status code is expected to be 400.

Example usage:

@ResponseErrorBody<Body>.Status400 var body: Body