The Error object contains info about an error that is returned by the
Live Connect APIs.
Properties
public error: { code: string; message: string; }
Info about the error.
public error.code: string
The error code.
public error.message: string
The error message.