public interface ExchangeErrorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCode()
public abstract String getCode()
https://datatracker.ietf.org/doc/html/rfc6749#section-5.2 - error
string code = 1;
Returns | |
---|---|
Type | Description |
String |
The code. |
getCodeBytes()
public abstract ByteString getCodeBytes()
https://datatracker.ietf.org/doc/html/rfc6749#section-5.2 - error
string code = 1;
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. |