Status410

public typealias Status410 = ResponseErrorBodyWrapper<Body, ValidateStatus410ErrorBodyStrategy>

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

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

Example usage:

@ResponseErrorBody<Body>.Status410 var body: Body