Skip to main content

TeleportResponse

No description

type TeleportResponse {
success: Boolean!
errorCode: UdpErrorCode!
}

Fields

TeleportResponse.success ● Boolean! non-null scalar

True when the teleport is authorized/accepted; false otherwise (inspect errorCode for the reason).

TeleportResponse.errorCode ● UdpErrorCode! non-null enum

ErrorType enum: NO_ERROR on success; INVALID_APP_ID for a non-positive appId; UNAUTHORIZED when the destination is the reserved sentinel (-6,-6,-6) or the user lacks the app "teleport" runtime permission.

Returned By

teleportRequest mutation