public interface XssOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorMessage()
public abstract String getErrorMessage()An error message generated by a javascript breakage.
string error_message = 2;
| Type | Description |
| String | The errorMessage. |
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()An error message generated by a javascript breakage.
string error_message = 2;
| Type | Description |
| ByteString | The bytes for errorMessage. |
getStackTraces(int index)
public abstract String getStackTraces(int index)Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The stackTraces at the given index. |
getStackTracesBytes(int index)
public abstract ByteString getStackTracesBytes(int index)Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the stackTraces at the given index. |
getStackTracesCount()
public abstract int getStackTracesCount()Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
| Type | Description |
| int | The count of stackTraces. |
getStackTracesList()
public abstract List<String> getStackTracesList()Stack traces leading to the point where the XSS occurred.
repeated string stack_traces = 1;
| Type | Description |
| List<String> | A list containing the stackTraces. |