All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hubspot.chrome.devtools.base.ChromeResponseErrorBodyIF Maven / Gradle / Ivy

There is a newer version: 94.0.4606.61
Show newest version
package com.hubspot.chrome.devtools.base;

import org.immutables.value.Value.Immutable;

@Immutable
@ChromeStyle
public interface ChromeResponseErrorBodyIF {
  Integer getCode();
  String getMessage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy