Interface IApiError
Represents an error returned by the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IApiError : IResource
Properties
ErrorCauses
Gets the errorCauses
array (if any).
Declaration
IEnumerable<IApiErrorCause> ErrorCauses { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IApiErrorCause> | The list of error causes. |
ErrorCode
Gets the errorCode
property.
Declaration
string ErrorCode { get; }
Property Value
Type | Description |
---|---|
System.String | The error code. |
ErrorId
Gets the errorId
property.
Declaration
string ErrorId { get; }
Property Value
Type | Description |
---|---|
System.String | The error ID. |
ErrorLink
Gets the errorLink
property.
Declaration
string ErrorLink { get; }
Property Value
Type | Description |
---|---|
System.String | The error link. |
ErrorSummary
Gets the errorSummary
property.
Declaration
string ErrorSummary { get; }
Property Value
Type | Description |
---|---|
System.String | The error summary. |