Show / Hide Table of Contents

Class WorkRequestError

The error entity.

Inheritance
System.Object
WorkRequestError
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class WorkRequestError : 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>

Date and time the error happened, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

In This Article
Back to top