Method: projects.locations.sources.errorFrames.get

Gets the details of an error frame.

HTTP request

GET https://migrationcenter.googleapis.com/v1/{name=projects/*/locations/*/sources/*/errorFrames/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}

Query parameters

Parameters
view

enum (ErrorFrameView)

Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ErrorFrame.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.