public class ErrorCodec
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ErrorCodec |
createDefault() |
org.openqa.selenium.WebDriverException |
decode(java.util.Map<java.lang.String,java.lang.Object> response) |
java.util.Map<java.lang.String,java.lang.Object> |
encode(java.lang.Throwable throwable) |
int |
getHttpStatusCode(java.lang.Throwable throwable) |
public static ErrorCodec createDefault()
public java.util.Map<java.lang.String,java.lang.Object> encode(java.lang.Throwable throwable)
public int getHttpStatusCode(java.lang.Throwable throwable)
public org.openqa.selenium.WebDriverException decode(java.util.Map<java.lang.String,java.lang.Object> response)