ResponseErrorBodyWrapper
@propertyWrapper
public struct ResponseErrorBodyWrapper<Body, BodyStrategy> where Body : Decodable, BodyStrategy : ResponseErrorBodyDecodingStrategy
extension ResponseErrorBodyWrapper: Decodable
Undocumented
-
Undocumented
Declaration
Swift
public var wrappedValue: Body?
-
Undocumented
Declaration
Swift
public init()
-
Undocumented
Declaration
Swift
public init(wrappedValue: Body?)
-
Declaration
Swift
public init(from decoder: Decoder) throws