// Code generated by oagen. DO NOT EDIT.
#[allow(unused_imports)]
use super::*;
#[allow(unused_imports)]
use crate::enums::*;
use serde::{Deserialize, Serialize};
/// Details about the authentication error.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct AuthenticationOAuthFailedDataError {
/// The error code.
pub code: String,
/// A human-readable error message.
pub message: String,
}