Status403

public typealias Status403 = ResponseErrorBodyWrapper<Body, ValidateStatus403ErrorBodyStrategy>

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

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

Example usage:

@ResponseErrorBody<Body>.Status403 var body: Body