public static interface WorldFailure.Builder extends SdkPojo, CopyableBuilder<WorldFailure.Builder,WorldFailure>
| Modifier and Type | Method and Description |
|---|---|
WorldFailure.Builder |
failureCode(String failureCode)
The failure code of the world export job if it failed:
|
WorldFailure.Builder |
failureCode(WorldGenerationJobErrorCode failureCode)
The failure code of the world export job if it failed:
|
WorldFailure.Builder |
failureCount(Integer failureCount)
The number of failed worlds.
|
WorldFailure.Builder |
sampleFailureReason(String sampleFailureReason)
The sample reason why the world failed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorldFailure.Builder failureCode(String failureCode)
The failure code of the world export job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
failureCode - The failure code of the world export job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
WorldGenerationJobErrorCode,
WorldGenerationJobErrorCodeWorldFailure.Builder failureCode(WorldGenerationJobErrorCode failureCode)
The failure code of the world export job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
failureCode - The failure code of the world export job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
WorldGenerationJobErrorCode,
WorldGenerationJobErrorCodeWorldFailure.Builder sampleFailureReason(String sampleFailureReason)
The sample reason why the world failed. World errors are aggregated. A sample is used as the
sampleFailureReason.
sampleFailureReason - The sample reason why the world failed. World errors are aggregated. A sample is used as the
sampleFailureReason.WorldFailure.Builder failureCount(Integer failureCount)
The number of failed worlds.
failureCount - The number of failed worlds.Copyright © 2020. All rights reserved.