public final class
ErrorInfo
extends Object
Represents an error encountered while importing an ImportUserRecord.
Public Method Summary
| int |
getIndex()
The index of the failed user in the list passed to the
importUsersAsync(List, UserImportOptions) method. |
| String |
getReason()
A string describing the error.
|
Inherited Method Summary
Public Methods
public int getIndex ()
The index of the failed user in the list passed to the
importUsersAsync(List, UserImportOptions) method.
Returns
- an integer index.
public String getReason ()
A string describing the error.
Returns
- A string error message.