Status422

public typealias Status422 = ResponseErrorBodyWrapper<Body, ValidateStatus422ErrorBodyStrategy>

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

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

Example usage:

@ResponseErrorBody<Body>.Status422 var body: Body