Show / Hide Table of Contents

Class IamWorkRequestErrorSummary

(For tenancies that support identity domains) An error encountered while executing an operation that is tracked by a IAM work request.

Inheritance
System.Object
IamWorkRequestErrorSummary
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class IamWorkRequestErrorSummary : object

Properties

Code

Declaration
public string Code { get; set; }
Property Value
Type Description
System.String

A machine-usable code for the error that occured.

Remarks

Required

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

A human-readable error string.

Remarks

Required

Timestamp

Declaration
public System.Nullable<System.DateTime> Timestamp { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

The date and time the error occurred.

Remarks

Required

In This Article
Back to top