API version:
Show / Hide Table of Contents

Interface IApiError

Represents an error returned by the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
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.

Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.