blob: 7e87dc836e0ca1dd8f85e1f404474b5bf7e4bb8c [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>AmqpError (Qpid ProtonJ2 Parent 1.0.0-M9 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AmqpError (Qpid ProtonJ2 Parent 1.0.0-M9 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AmqpError.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.qpid.protonj2.types.transport</a></div>
<h2 title="Interface AmqpError" class="title">Interface AmqpError</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public interface <span class="typeNameLabel">AmqpError</span></pre>
<div class="block">List of <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types"><code>Symbol</code></a> constants that provide the defined AMQP Error space.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DECODE_ERROR">DECODE_ERROR</a></span></code></th>
<td class="colLast">
<div class="block">Data could not be decoded.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#FRAME_SIZE_TOO_SMALL">FRAME_SIZE_TOO_SMALL</a></span></code></th>
<td class="colLast">
<div class="block">The peer cannot send a frame because the smallest encoding of the performative with the currently valid
values would be too large to fit within a frame of the agreed maximum frame size.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ILLEGAL_STATE">ILLEGAL_STATE</a></span></code></th>
<td class="colLast">
<div class="block">The peer sent a frame that is not permitted in the current state.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#INTERNAL_ERROR">INTERNAL_ERROR</a></span></code></th>
<td class="colLast">
<div class="block">An internal error occurred.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#INVALID_FIELD">INVALID_FIELD</a></span></code></th>
<td class="colLast">
<div class="block">An invalid field was passed in a frame body, and the operation could not proceed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NOT_ALLOWED">NOT_ALLOWED</a></span></code></th>
<td class="colLast">
<div class="block">The peer tried to use a frame in a manner that is inconsistent with the semantics defined in the specification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NOT_FOUND">NOT_FOUND</a></span></code></th>
<td class="colLast">
<div class="block">A peer attempted to work with a remote entity that does not exist.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NOT_IMPLEMENTED">NOT_IMPLEMENTED</a></span></code></th>
<td class="colLast">
<div class="block">The peer tried to use functionality that is not implemented in its partner.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#PRECONDITION_FAILED">PRECONDITION_FAILED</a></span></code></th>
<td class="colLast">
<div class="block">The client made a request that was not allowed because some precondition failed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#RESOURCE_DELETED">RESOURCE_DELETED</a></span></code></th>
<td class="colLast">
<div class="block">A server entity the client is working with has been deleted.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#RESOURCE_LIMIT_EXCEEDED">RESOURCE_LIMIT_EXCEEDED</a></span></code></th>
<td class="colLast">
<div class="block">A peer exceeded its resource allocation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#RESOURCE_LOCKED">RESOURCE_LOCKED</a></span></code></th>
<td class="colLast">
<div class="block">The client attempted to work with a server entity to which it has no access because another client is working with it.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#UNAUTHORIZED_ACCESS">UNAUTHORIZED_ACCESS</a></span></code></th>
<td class="colLast">
<div class="block">A peer attempted to work with a remote entity to which it has no access due to security settings.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="INTERNAL_ERROR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERNAL_ERROR</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> INTERNAL_ERROR</pre>
<div class="block">An internal error occurred. Operator intervention might be necessary to resume normal operation.</div>
</li>
</ul>
<a id="NOT_FOUND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_FOUND</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> NOT_FOUND</pre>
<div class="block">A peer attempted to work with a remote entity that does not exist.</div>
</li>
</ul>
<a id="UNAUTHORIZED_ACCESS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNAUTHORIZED_ACCESS</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> UNAUTHORIZED_ACCESS</pre>
<div class="block">A peer attempted to work with a remote entity to which it has no access due to security settings.</div>
</li>
</ul>
<a id="DECODE_ERROR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DECODE_ERROR</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> DECODE_ERROR</pre>
<div class="block">Data could not be decoded.</div>
</li>
</ul>
<a id="RESOURCE_LIMIT_EXCEEDED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_LIMIT_EXCEEDED</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> RESOURCE_LIMIT_EXCEEDED</pre>
<div class="block">A peer exceeded its resource allocation.</div>
</li>
</ul>
<a id="NOT_ALLOWED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_ALLOWED</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> NOT_ALLOWED</pre>
<div class="block">The peer tried to use a frame in a manner that is inconsistent with the semantics defined in the specification.</div>
</li>
</ul>
<a id="INVALID_FIELD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INVALID_FIELD</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> INVALID_FIELD</pre>
<div class="block">An invalid field was passed in a frame body, and the operation could not proceed.</div>
</li>
</ul>
<a id="NOT_IMPLEMENTED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_IMPLEMENTED</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> NOT_IMPLEMENTED</pre>
<div class="block">The peer tried to use functionality that is not implemented in its partner.</div>
</li>
</ul>
<a id="RESOURCE_LOCKED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_LOCKED</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> RESOURCE_LOCKED</pre>
<div class="block">The client attempted to work with a server entity to which it has no access because another client is working with it.</div>
</li>
</ul>
<a id="PRECONDITION_FAILED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PRECONDITION_FAILED</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> PRECONDITION_FAILED</pre>
<div class="block">The client made a request that was not allowed because some precondition failed.</div>
</li>
</ul>
<a id="RESOURCE_DELETED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESOURCE_DELETED</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> RESOURCE_DELETED</pre>
<div class="block">A server entity the client is working with has been deleted.</div>
</li>
</ul>
<a id="ILLEGAL_STATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ILLEGAL_STATE</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> ILLEGAL_STATE</pre>
<div class="block">The peer sent a frame that is not permitted in the current state.</div>
</li>
</ul>
<a id="FRAME_SIZE_TOO_SMALL">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>FRAME_SIZE_TOO_SMALL</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> FRAME_SIZE_TOO_SMALL</pre>
<div class="block">The peer cannot send a frame because the smallest encoding of the performative with the currently valid
values would be too large to fit within a frame of the agreed maximum frame size. When transferring a message
the message data can be sent in multiple transfer frames thereby avoiding this error. Similarly when attaching
a link with a large unsettled map the endpoint MAY make use of the incomplete-unsettled flag to avoid the need
for overly large frames.</div>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AmqpError.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>