public class LoadingFailed extends Object
Constructor | Description |
---|---|
LoadingFailed() |
Modifier and Type | Method | Description |
---|---|---|
BlockedReason |
getBlockedReason() |
The reason why loading was blocked, if any.
|
String |
getErrorText() |
User friendly error message.
|
String |
getRequestId() |
Request identifier.
|
Double |
getTimestamp() |
Timestamp.
|
ResourceType |
getType() |
Resource type.
|
Boolean |
isCanceled() |
True if loading was canceled.
|
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 isCanceled()
public void setCanceled(Boolean canceled)
public BlockedReason getBlockedReason()
public void setBlockedReason(BlockedReason blockedReason)
Copyright © 2017, 2018–2018 WebFolder OÜ. All rights reserved.