You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently most of the RESPTokenDecodable.init(fromRESP) implementations throw a RESPParsingError as there is no alternative. In the context of decoding a RESPToken this error is pretty useless. We need a decoding error type which provides more information, but without additional cost to the decoding process.