toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.channel.event.page
/
ErrorEvent
Error
Event
public
class
ErrorEvent
<
E
>
Page-level error event.
Members
Properties
error
Link copied to clipboard
public
final
E
error
message
Link copied to clipboard
public
final
String
message
Functions
get
Error
Link copied to clipboard
public
E
getError
(
)
Returns the error.
get
Message
Link copied to clipboard
public
String
getMessage
(
)
Returns the error message.
obtain
Link copied to clipboard
public
static
ErrorEvent
<
E
>
obtain
<
E
>
(
E
error
)
public
static
ErrorEvent
<
E
>
obtain
<
E
>
(
E
error
,
String
message
)
Creates an error event.