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.
|
CorsErrorStatus |
getCorsErrorStatus()
The reason why loading was blocked by CORS, if any.
|
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 |
setCorsErrorStatus(CorsErrorStatus corsErrorStatus)
The reason why loading was blocked by CORS, if any.
|
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)
public CorsErrorStatus getCorsErrorStatus()
public void setCorsErrorStatus(CorsErrorStatus corsErrorStatus)
Copyright © 2021 Kenan Klisura. All rights reserved.