Module: Google::Cloud::MigrationCenter::V1::ErrorFrameView
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
ErrorFrameView can be specified in ErrorFrames List and Get requests to control the level of details that is returned for the original frame.
Constant Summary collapse
- ERROR_FRAME_VIEW_UNSPECIFIED =
Value is unset. The system will fallback to the default value.
0
- ERROR_FRAME_VIEW_BASIC =
Include basic frame data, but not the full contents.
1
- ERROR_FRAME_VIEW_FULL =
Include everything.
2