Interface IApiErrorCause
Represents an errorCause element in an API error.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IApiErrorCause : IResource
Properties
ErrorSummary
Gets the error summary.
Declaration
string ErrorSummary { get; }
Property Value
Type | Description |
---|---|
System.String | The error summary. |