Compartir a través de


APIError Clase

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError

public class APIError

Información de error devuelta por la API.

Resumen del método

Modificador y tipo Método y descripción
String message()

Obtenga el valor del mensaje.

String statusCode()

Obtenga el valor statusCode.

APIError withMessage(String message)

Establezca el valor del mensaje.

APIError withStatusCode(String statusCode)

Establezca el valor statusCode.

Detalles del método

message

public String message()

Obtenga el valor del mensaje.

Returns:

el valor del mensaje

statusCode

public String statusCode()

Obtenga el valor statusCode.

Returns:

el valor statusCode

withMessage

public APIError withMessage(String message)

Establezca el valor del mensaje.

Parameters:

message - el valor del mensaje que se va a establecer

Returns:

el propio objeto APIError.

withStatusCode

public APIError withStatusCode(String statusCode)

Establezca el valor statusCode.

Parameters:

statusCode - el valor statusCode que se va a establecer

Returns:

el propio objeto APIError.

Se aplica a