Struct google_identitytoolkit3::UploadAccountResponseError [] [src]

pub struct UploadAccountResponseError {
    pub index: Option<i32>,
    pub message: Option<String>,
}

The error encountered while processing the account info.

This type is not used in any activity, and only used as part of another schema.

Fields

The index of the malformed account, starting from 0.

Detailed error message for the account info.

Trait Implementations

impl Debug for UploadAccountResponseError
[src]

Formats the value using the given formatter.

impl Clone for UploadAccountResponseError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UploadAccountResponseError
[src]

Returns the "default value" for a type. Read more

impl NestedType for UploadAccountResponseError
[src]

impl Part for UploadAccountResponseError
[src]