PbandkErrorDetailParser

object PbandkErrorDetailParser : ErrorDetailParser

Functions

Link copied to clipboard
open override fun parseDetails(bytes: ByteArray): List<ConnectErrorDetail>
Link copied to clipboard
open override fun <E : Any> unpack(any: AnyError, clazz: KClass<E>): E?