Status404
public typealias Status404 = ResponseErrorBodyWrapper<Body, ValidateStatus404ErrorBodyStrategy>
A type alias for ResponseErrorBodyWrapper
with a status code validation strategy for status code 404.
The Status404
type alias provides a convenient way to use ResponseErrorBodyWrapper
with the ValidateStatus404ErrorBodyStrategy
.
It represents the error response body of a request where the status code is expected to be 404.
Example usage:
@ResponseErrorBody<Body>.Status404 var body: Body