Export

ClientLog

Hierarchy

  • ClientLog

Properties

error?: any

If a runtime error occurred in the logged operation, this is a message that describes the issue.

Memberof

ClientLog

error_code?: any

If a runtime error occurred in the logged operation, this is the error's short code.

Memberof

ClientLog

platform?: any

The name of the platform that the client was running on.

Memberof

ClientLog

platform_version?: any

The version of the platform that the client was running on.

Memberof

ClientLog

remote_ip_address?: any

The IP address that the logged operation originated from.

Memberof

ClientLog

sdk_name?: any

The name of the Realm SDK used to make the request.

Memberof

ClientLog

sdk_version?: any

The version number of the Realm SDK used to make the request.

Memberof

ClientLog

status?: any

The HTTP status code returned in the operation response.

Memberof

ClientLog

user_id?: any

The user account ID of the user that initiated the logged operation.

Memberof

ClientLog

Generated using TypeDoc