public static interface RouteMatrixEntryError.Builder extends SdkPojo, CopyableBuilder<RouteMatrixEntryError.Builder,RouteMatrixEntryError>
| Modifier and Type | Method and Description |
|---|---|
RouteMatrixEntryError.Builder |
code(RouteMatrixErrorCode code)
The type of error which occurred for the route calculation.
|
RouteMatrixEntryError.Builder |
code(String code)
The type of error which occurred for the route calculation.
|
RouteMatrixEntryError.Builder |
message(String message)
A message about the error that occurred for the route calculation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRouteMatrixEntryError.Builder code(String code)
The type of error which occurred for the route calculation.
code - The type of error which occurred for the route calculation.RouteMatrixErrorCode,
RouteMatrixErrorCodeRouteMatrixEntryError.Builder code(RouteMatrixErrorCode code)
The type of error which occurred for the route calculation.
code - The type of error which occurred for the route calculation.RouteMatrixErrorCode,
RouteMatrixErrorCodeRouteMatrixEntryError.Builder message(String message)
A message about the error that occurred for the route calculation.
message - A message about the error that occurred for the route calculation.Copyright © 2022. All rights reserved.