Response message for SecurityCenterManagement.ValidateEventThreatDetectionCustomModule.
| JSON representation | 
|---|
{
  "errors": [
    {
      object ( | 
            
| Fields | |
|---|---|
errors[] | 
              
                 
 A list of errors returned by the validator. If the list is empty, there were no 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 human-readable description of the error.  | 
              
fieldPath | 
                
                   
 The path, in RFC 6901: JSON Pointer format, to the field that failed validation. Omitted if no specific field is affected.  | 
              
start | 
                
                   
 The initial position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed.  | 
              
end | 
                
                   
 The end position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed.  | 
              
Position
A position in the uploaded text version of a module.
| JSON representation | 
|---|
{ "lineNumber": integer, "columnNumber": integer }  | 
              
| Fields | |
|---|---|
lineNumber | 
                
                   
 The line position in the text.  | 
              
columnNumber | 
                
                   
 The column position in the line.  |