public class LoadingFailed extends Object
| Constructor and Description |
|---|
LoadingFailed() |
| Modifier and Type | Method and Description |
|---|---|
BlockedReason |
getBlockedReason()
The reason why loading was blocked, if any.
|
Boolean |
getCanceled()
True if loading was canceled.
|
String |
getErrorText()
User friendly error message.
|
String |
getRequestId()
Request identifier.
|
Double |
getTimestamp()
Timestamp.
|
ResourceType |
getType()
Resource type.
|
void |
setBlockedReason(BlockedReason blockedReason)
The reason why loading was blocked, if any.
|
void |
setCanceled(Boolean canceled)
True if loading was canceled.
|
void |
setErrorText(String errorText)
User friendly error message.
|
void |
setRequestId(String requestId)
Request identifier.
|
void |
setTimestamp(Double timestamp)
Timestamp.
|
void |
setType(ResourceType type)
Resource type.
|
public String getRequestId()
public void setRequestId(String requestId)
public Double getTimestamp()
public void setTimestamp(Double timestamp)
public ResourceType getType()
public void setType(ResourceType type)
public String getErrorText()
public void setErrorText(String errorText)
public Boolean getCanceled()
public void setCanceled(Boolean canceled)
public BlockedReason getBlockedReason()
public void setBlockedReason(BlockedReason blockedReason)
Copyright © 2020. All rights reserved.