public final class SessionEndedError extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SessionEndedError.Builder |
Modifier and Type | Method and Description |
---|---|
static SessionEndedError.Builder |
builder() |
boolean |
equals(Object o) |
String |
getMessage()
A string providing more information about the error.
|
SessionEndedErrorType |
getType()
A string indicating the type of error that occurred.
|
String |
getTypeAsString()
Get the underlying String value for type.
|
int |
hashCode() |
String |
toString() |
public static SessionEndedError.Builder builder()
public SessionEndedErrorType getType()
public String getTypeAsString()
public String getMessage()
Copyright © 2023. All rights reserved.