类 StreamResetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.lark.oapi.okhttp.internal.http2.StreamResetException
所有已实现的接口:
Serializable

public final class StreamResetException extends IOException
Thrown when an HTTP/2 stream is canceled without damage to the socket that carries it.
另请参阅:
  • 字段详细资料

    • errorCode

      public final ErrorCode errorCode
  • 构造器详细资料

    • StreamResetException

      public StreamResetException(ErrorCode errorCode)