Uses of Class
io.prismacloud.iac.commons.model.IacApiError
-
Packages that use IacApiError Package Description io.prismacloud.iac.commons.model -
-
Uses of IacApiError in io.prismacloud.iac.commons.model
Methods in io.prismacloud.iac.commons.model that return IacApiError Modifier and Type Method Description IacApiError
IacApiError. code(String code)
IacApiError
IacApiError. detail(String detail)
IacApiError
IacApiError. source(String source)
IacApiError
IacApiError. status(String status)
Methods in io.prismacloud.iac.commons.model that return types with arguments of type IacApiError Modifier and Type Method Description List<IacApiError>
JsonApiModelScanDetailsMeta. getErrorDetails()
Get errorDetailsList<IacApiError>
IacApiErrorResponse. getErrors()
Get errorsMethods in io.prismacloud.iac.commons.model with parameters of type IacApiError Modifier and Type Method Description JsonApiModelScanDetailsMeta
JsonApiModelScanDetailsMeta. addErrorDetailsItem(IacApiError errorDetailsItem)
IacApiErrorResponse
IacApiErrorResponse. addErrorsItem(IacApiError errorsItem)
Method parameters in io.prismacloud.iac.commons.model with type arguments of type IacApiError Modifier and Type Method Description JsonApiModelScanDetailsMeta
JsonApiModelScanDetailsMeta. errorDetails(List<IacApiError> errorDetails)
IacApiErrorResponse
IacApiErrorResponse. errors(List<IacApiError> errors)
void
JsonApiModelScanDetailsMeta. setErrorDetails(List<IacApiError> errorDetails)
void
IacApiErrorResponse. setErrors(List<IacApiError> errors)
-