Reference documentation and code samples for the Google Cloud Migration Center V1 Client class ErrorFrameView.
ErrorFrameView can be specified in ErrorFrames List and Get requests to control the level of details that is returned for the original frame.
Protobuf type google.cloud.migrationcenter.v1.ErrorFrameView
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ERROR_FRAME_VIEW_UNSPECIFIED
Value: 0
Value is unset. The system will fallback to the default value.
Generated from protobuf enum ERROR_FRAME_VIEW_UNSPECIFIED = 0;
ERROR_FRAME_VIEW_BASIC
Value: 1
Include basic frame data, but not the full contents.
Generated from protobuf enum ERROR_FRAME_VIEW_BASIC = 1;
ERROR_FRAME_VIEW_FULL
Value: 2
Include everything.
Generated from protobuf enum ERROR_FRAME_VIEW_FULL = 2;