Interface ResponseStreamWrapper.ServiceError

Enclosing class:
ResponseStreamWrapper<T>

@JsType(isNative=true) public static interface ResponseStreamWrapper.ServiceError
  • Method Details

    • getCode

      @JsProperty int getCode()
    • getMessage

      @JsProperty String getMessage()
    • getMetadata

      @JsProperty BrowserHeaders getMetadata()
    • isOk

      @JsOverlay default boolean isOk()