ErrorInfo

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

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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.