#[derive(OperationOutcomeError)]
{
// Attributes available to this derive:
#[fatal]
#[error]
#[warning]
#[information]
#[from]
}
#[derive(OperationOutcomeError)]
{
// Attributes available to this derive:
#[fatal]
#[error]
#[warning]
#[information]
#[from]
}