Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ItemErrorInfo
A problematic item found during different processes
Parameters
Name Type Description

errors

List(ErrorInfo)

Not null
Default value: new ArrayList<>()

itemId

String

Json Format
{
itemId: String,
errors: List(
{
errorCode: Integer,
isAggregatedMessage: Boolean,
errorArgs: List(String),
errorMessage: String
})
}