View Source GoogleApi.DataMigration.V1.Model.EntityIssue (google_api_data_migration v0.21.0)
Issue related to the entity.
Attributes
-
code
(type:String.t
, default:nil
) - Error/Warning code -
ddl
(type:String.t
, default:nil
) - The ddl which caused the issue, if relevant. -
entityType
(type:String.t
, default:nil
) - The entity type (if the DDL is for a sub entity). -
id
(type:String.t
, default:nil
) - Unique Issue ID. -
message
(type:String.t
, default:nil
) - Issue detailed message -
position
(type:GoogleApi.DataMigration.V1.Model.Position.t
, default:nil
) - The position of the issue found, if relevant. -
severity
(type:String.t
, default:nil
) - Severity of the issue -
type
(type:String.t
, default:nil
) - The type of the issue.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataMigration.V1.Model.EntityIssue{ code: String.t() | nil, ddl: String.t() | nil, entityType: String.t() | nil, id: String.t() | nil, message: String.t() | nil, position: GoogleApi.DataMigration.V1.Model.Position.t() | nil, severity: String.t() | nil, type: String.t() | nil }