OBJECT

HostTargetChannelError

HostTargetChannelError contains a error code.

link GraphQL Schema definition

1type HostTargetChannelError {
2
3# The type of error that occurred when trying to host.
4code: HostTargetChannelErrorCode!
5
6}