Interface ExchangeErrorOrBuilder (0.24.0)

public interface ExchangeErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract String getCode()
Returns
Type Description
String

The code.

getCodeBytes()

public abstract ByteString getCodeBytes()
Returns
Type Description
ByteString

The bytes for code.

getDescription()

public abstract String getDescription()

https://datatracker.ietf.org/doc/html/rfc6749#section-5.2 - error_description

string description = 2;

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

https://datatracker.ietf.org/doc/html/rfc6749#section-5.2 - error_description

string description = 2;

Returns
Type Description
ByteString

The bytes for description.