#[non_exhaustive]pub struct LastReportGenerationExecutionError { /* private fields */ }
Expand description
Describes the error that is returned when a usage report can't be generated.
Implementations§
source§impl LastReportGenerationExecutionError
impl LastReportGenerationExecutionError
sourcepub fn error_code(&self) -> Option<&UsageReportExecutionErrorCode>
pub fn error_code(&self) -> Option<&UsageReportExecutionErrorCode>
The error code for the error that is returned when a usage report can't be generated.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The error message for the error that is returned when a usage report can't be generated.
source§impl LastReportGenerationExecutionError
impl LastReportGenerationExecutionError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LastReportGenerationExecutionError
.
Trait Implementations§
source§impl Clone for LastReportGenerationExecutionError
impl Clone for LastReportGenerationExecutionError
source§fn clone(&self) -> LastReportGenerationExecutionError
fn clone(&self) -> LastReportGenerationExecutionError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more