Enum google_api_proto::google::cloud::deploy::v1::verify_job_run::FailureCause
source · #[repr(i32)]pub enum FailureCause {
Unspecified = 0,
CloudBuildUnavailable = 1,
ExecutionFailed = 2,
DeadlineExceeded = 3,
VerificationConfigNotFound = 4,
CloudBuildRequestFailed = 5,
}
Expand description
Well-known verify failures.
Variants§
Unspecified = 0
No reason for failure is specified.
Cloud Build is not available, either because it is not enabled or because Cloud Deploy has insufficient permissions. See required permission.
ExecutionFailed = 2
The verify operation did not complete successfully; check Cloud Build logs.
DeadlineExceeded = 3
The verify job run did not complete within the alloted time.
VerificationConfigNotFound = 4
No Skaffold verify configuration was found.
CloudBuildRequestFailed = 5
Cloud Build failed to fulfill Cloud Deploy’s request. See failure_message for additional details.
Implementations§
source§impl FailureCause
impl FailureCause
source§impl FailureCause
impl FailureCause
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for FailureCause
impl Clone for FailureCause
source§fn clone(&self) -> FailureCause
fn clone(&self) -> FailureCause
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for FailureCause
impl Debug for FailureCause
source§impl Default for FailureCause
impl Default for FailureCause
source§fn default() -> FailureCause
fn default() -> FailureCause
source§impl From<FailureCause> for i32
impl From<FailureCause> for i32
source§fn from(value: FailureCause) -> i32
fn from(value: FailureCause) -> i32
source§impl Hash for FailureCause
impl Hash for FailureCause
source§impl Ord for FailureCause
impl Ord for FailureCause
source§fn cmp(&self, other: &FailureCause) -> Ordering
fn cmp(&self, other: &FailureCause) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for FailureCause
impl PartialEq for FailureCause
source§fn eq(&self, other: &FailureCause) -> bool
fn eq(&self, other: &FailureCause) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for FailureCause
impl PartialOrd for FailureCause
source§fn partial_cmp(&self, other: &FailureCause) -> Option<Ordering>
fn partial_cmp(&self, other: &FailureCause) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for FailureCause
impl TryFrom<i32> for FailureCause
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<FailureCause, UnknownEnumValue>
fn try_from(value: i32) -> Result<FailureCause, UnknownEnumValue>
impl Copy for FailureCause
impl Eq for FailureCause
impl StructuralPartialEq for FailureCause
Auto Trait Implementations§
impl Freeze for FailureCause
impl RefUnwindSafe for FailureCause
impl Send for FailureCause
impl Sync for FailureCause
impl Unpin for FailureCause
impl UnwindSafe for FailureCause
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request