Interface ErrorObj


@Immutable public interface ErrorObj
  • Method Details

    • code

      @Nullable String code()
    • key

      @Nullable String key()
    • message

      @Nullable String message()
    • versionId

      @Nullable String versionId()