Enum gapi_grpc::google::cloud::websecurityscanner::v1beta::scan_config_error::Code [−][src]
Output only. Defines an error reason code. Next id: 44
Variants
There is no error.
Indicates an internal server error. Please DO NOT USE THIS ERROR CODE unless the root cause is truly unknown.
One of the seed URLs is an App Engine URL but we cannot validate the scan settings due to an App Engine API backend error.
One of the seed URLs is an App Engine URL but we cannot access the App Engine API to validate scan settings.
One of the seed URLs is an App Engine URL but the Default Host of the App Engine is not set.
Google corporate accounts can not be used for scanning.
The account of the scan creator can not be used for scanning.
This scan targets Compute Engine, but we cannot validate scan settings due to a Compute Engine API backend error.
This scan targets Compute Engine, but we cannot access the Compute Engine API to validate the scan settings.
The Custom Login URL does not belong to the current project.
The Custom Login URL is malformed (can not be parsed).
The Custom Login URL is mapped to a non-routable IP address in DNS.
The Custom Login URL is mapped to an IP address which is not reserved for the current project.
The Custom Login URL has a non-routable IP address.
The Custom Login URL has an IP address which is not reserved for the current project.
Another scan with the same name (case-sensitive) already exists.
A field is set to an invalid value.
There was an error trying to authenticate to the scan target.
Finding type value is not specified in the list findings request.
Scan targets Compute Engine, yet current project was not whitelisted for Google Compute Engine Scanning Alpha access.
User tries to update managed scan
The supplied filter is malformed. For example, it can not be parsed, does not have a filter type in expression, or the same filter type appears more than once.
The supplied resource name is malformed (can not be parsed).
The current project is not in an active state.
A required field is not set.
Project id, scanconfig id, scanrun id, or finding id are not consistent with each other in resource name.
The scan being requested to start is already running.
The scan that was requested to be stopped is not running.
One of the seed URLs does not belong to the current project.
One of the seed URLs is malformed (can not be parsed).
One of the seed URLs is mapped to a non-routable IP address in DNS.
One of the seed URLs is mapped to an IP address which is not reserved for the current project.
One of the seed URLs has on-routable IP address.
One of the seed URLs has an IP address that is not reserved for the current project.
The Cloud Security Scanner service account is not configured under the project.
A project has reached the maximum number of scans.
Resolving the details of the current project fails.
One or more blacklist patterns were in the wrong format.
The supplied filter is not supported.
The supplied finding type is not supported. For example, we do not provide findings of the given finding type.
The URL scheme of one or more of the supplied URLs is not supported.
Implementations
impl Code
[src]
pub fn is_valid(value: i32) -> bool
[src]
Returns true
if value
is a variant of Code
.
pub fn from_i32(value: i32) -> Option<Code>
[src]
Converts an i32
to a Code
, or None
if value
is not a valid variant.
Trait Implementations
impl Clone for Code
[src]
impl Copy for Code
[src]
impl Debug for Code
[src]
impl Default for Code
[src]
impl Eq for Code
[src]
impl From<Code> for i32
[src]
impl Hash for Code
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Ord for Code
[src]
fn cmp(&self, other: &Code) -> Ordering
[src]
#[must_use]pub fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self
1.50.0[src]
impl PartialEq<Code> for Code
[src]
impl PartialOrd<Code> for Code
[src]
fn partial_cmp(&self, other: &Code) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for Code
[src]
impl StructuralPartialEq for Code
[src]
Auto Trait Implementations
impl RefUnwindSafe for Code
impl Send for Code
impl Sync for Code
impl Unpin for Code
impl UnwindSafe for Code
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> IntoRequest<T> for T
[src]
pub fn into_request(self) -> Request<T>
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,
impl<T> WithSubscriber for T
[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,