Response to validating an Event Threat Detection custom module.
JSON representation |
---|
{
"errors": {
object ( |
Fields | |
---|---|
errors |
A list of errors returned by the validator. If the list is empty, there were no errors. |
CustomModuleValidationErrors
A list of zero or more errors encountered while validating the uploaded configuration of an Event Threat Detection Custom Module.
JSON representation |
---|
{
"errors": [
{
object ( |
Fields | |
---|---|
errors[] |
|
CustomModuleValidationError
An error encountered while validating the uploaded configuration of an Event Threat Detection Custom Module.
JSON representation |
---|
{ "description": string, "fieldPath": string, "start": { object ( |
Fields | |
---|---|
description |
A description of the error, suitable for human consumption. Required. |
field |
The path, in RFC 8901 JSON Pointer format, to the field that failed validation. This may be left empty if no specific field is affected. |
start |
The initial position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed. |
end |
The end position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed.. |
Position
A position in the uploaded text version of a module.
JSON representation |
---|
{ "lineNumber": integer, "columnNumber": integer } |
Fields | |
---|---|
line |
|
column |
|