public class SearchSkillWarning
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SearchSkillWarning.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | code()Gets the code. | 
| String | message()Gets the message. | 
| SearchSkillWarning.Builder | newBuilder()New builder. | 
| String | path()Gets the path. | 
public SearchSkillWarning.Builder newBuilder()
public String code()
The error code.
public String path()
The location of the error in the search skill configuration object.
public String message()
The error message.
Copyright © 2023 IBM Cloud. All rights reserved.