JMAP Error Code,Intended Use,Change Controller,Description,Reference
accountNotFound,common,IETF,The accountId does not correspond to a valid account.,"[RFC8620, Section 3.6.2]"
accountNotSupportedByMethod,common,IETF,"The accountId given corresponds to a valid account, but the account
does not support this method or data type.","[RFC8620, Section 3.6.2]"
accountReadOnly,common,IETF,"This method modifies state, but the account is read-only (as returned on the corresponding Account object in the JMAP
Session resource).","[RFC8620, Section 3.6.2]"
anchorNotFound,common,IETF,"An anchor argument was supplied, but it cannot be found in the results of the
query.","[RFC8620, Section 5.5]"
alreadyExists,common,IETF,"The server forbids duplicates, and the record already
exists in the target account. An existingId property of type Id
MUST be included on the SetError object with the id of the
existing record.","[RFC8620, Section 5.4]"
cannotCalculateChanges,common,IETF,"The server cannot calculate the changes from the state string given by the
client.","[RFC8620, Section 5.2 and 5.6]"
forbidden,common,IETF,The action would violate an ACL or other permissions policy.,"[RFC8620, Section 3.6.2, 5.3, and 7.2.1]"
fromAccountNotFound,common,IETF,The fromAccountId does not correspond to a valid account.,"[RFC8620, Section 5.4 and 6.3]"
fromAccountNotSupportedByMethod,common,IETF,"The fromAccountId given corresponds to a valid account, but the account does not
support this data type.","[RFC8620, Section 5.4]"
invalidArguments,common,IETF,"One of the arguments is of the wrong type or otherwise invalid, or a required
argument is missing.","[RFC8620, Section 3.6.2]"
invalidPatch,common,IETF,The PatchObject given to update the record was not a valid patch.,"[RFC8620, Section 5.3]"
invalidProperties,common,IETF,The record given is invalid.,"[RFC8620, Section 5.3]"
notFound,common,IETF,The id given cannot be found.,"[RFC8620, Section 5.3]"
notJSON,common,IETF,"The content type of the request was not application/json, or the request did not parse as I-JSON.","[RFC8620, Section 3.6.1]"
notRequest,common,IETF,The request parsed as JSON but did not match the type signature of the Request object.,"[RFC8620, Section 3.6.1]"
overQuota,common,IETF,"The create would exceed a server-defined limit on the number or total
size of objects of this type.","[RFC8620, Section 5.3]"
rateLimit,common,IETF,"Too many objects of this type have been created recently, and a server-defined
rate limit has been reached. It may work if tried again later.","[RFC8620, Section 5.3]"
requestTooLarge,common,IETF,The total number of actions exceeds the maximum number the server is willing to process in a single method call.,"[RFC8620, Section 5.1 and 5.3]"
invalidResultReference,common,IETF,"The method used a result reference for one of its arguments, but this failed to resolve.","[RFC8620, Section 3.6.2]"
serverFail,common,IETF,"An unexpected or unknown error occurred during the processing of the call. The
method call made no changes to the server's state.","[RFC8620, Section 3.6.2]"
serverPartialFail,limited,IETF,"Some, but not all, expected changes described by the
method occurred. The client MUST resynchronise impacted data to
determine the server state.","[RFC8620, Section 3.6.2]"
serverUnavailable,common,IETF,"Some internal server resource was temporarily unavailable. Attempting the same
operation later (perhaps after a backoff with a random factor) may succeed.","[RFC8620, Section 3.6.2]"
singleton,common,IETF,"This is a singleton type, so you cannot create another one or destroy the existing
one.","[RFC8620, Section 5.3]"
stateMismatch,common,IETF,"An ifInState argument was supplied, and it does not
match the current state.","[RFC8620, Section 5.3]"
tooLarge,common,IETF,"The action would result in an object that exceeds a server-defined limit for the
maximum size of a single object of this type.","[RFC8620, Section 5.3]"
tooManyChanges,common,IETF,There are more changes than the client's maxChanges argument.,"[RFC8620, Section 5.6]"
unknownCapability,common,IETF,"The client included a capability in the ""using"" property of the request
that the server does not support.","[RFC8620, Section 3.6.1]"
unknownMethod,common,IETF,The server does not recognise this method name.,"[RFC8620, Section 3.6.2]"
unsupportedFilter,common,IETF,"The filter is syntactically valid, but the server cannot process it.","[RFC8620, Section 5.5]"
unsupportedSort,common,IETF,"The sort is syntactically valid but includes a
property the server does not support sorting on or a collation
method it does not recognise.","[RFC8620, Section 5.5]"
willDestroy,common,IETF,"The client requested an object be both updated and destroyed in the same /set
request, and the server has decided to therefore ignore the update.","[RFC8620, Section 5.3]"
mailboxHasChild,common,IETF,The Mailbox still has at least one child Mailbox. The client MUST remove these before it can delete the parent Mailbox.,"[RFC8621, Section 2.5]"
mailboxHasEmail,common,IETF,"The Mailbox has at least one message assigned to it, and the onDestroyRemoveEmails argument was false.","[RFC8621, Section 2.5]"
blobNotFound,common,IETF,At least one blob id referenced in the object doesn't exist.,"[RFC8621, Section 4.6]"
tooManyKeywords,common,IETF,The change to the Email's keywords would exceed a server-defined maximum.,"[RFC8621, Section 4.6]"
tooManyMailboxes,common,IETF,The change to the set of Mailboxes that this Email is in would exceed a server-defined maximum.,"[RFC8621, Section 4.6]"
invalidEmail,common,IETF,The Email to be sent is invalid in some way.,"[RFC8621, Section 7.5]"
tooManyRecipients,common,IETF,"The envelope [RFC-ietf-emailcore-rfc5321bis-43] (supplied or generated) has more
recipients than the server allows.","[RFC8621, Section 7.5]"
noRecipients,common,IETF,"The envelope [RFC-ietf-emailcore-rfc5321bis-43] (supplied or generated) does not
have any rcptTo email addresses.","[RFC8621, Section 7.5]"
invalidRecipients,common,IETF,"The rcptTo property of the envelope [RFC-ietf-emailcore-rfc5321bis-43] (supplied
or generated) contains at least one rcptTo value that is not a valid email address for sending to.","[RFC8621, Section 7.5]"
forbiddenMailFrom,common,IETF,"The server does not permit the user to send a message
with this envelope From address [RFC-ietf-emailcore-rfc5321bis-43].","[RFC8621, Section 7.5]"
forbiddenFrom,common,IETF,"The server does not permit the user to send a message
with the From header field [RFC-ietf-emailcore-rfc5322bis-12] of the message to be sent.","[RFC8621, Sections 6.3 and 7.5]"
forbiddenToSend,common,IETF,The user does not have permission to send at all right now.,"[RFC8621, Section 7.5]"
mdnAlreadySent,common,IETF,"The message has the ""$mdnsent"" keyword already set. The
client MUST NOT try again to send an MDN for this message.","[RFC9007, Section 2.1]"
unknownDataType,common,IETF,"The server does not recognise this data type, or the capability to
enable it is not present in the current Request Object.",[RFC9404]
invalidSieve,common,IETF,"The SieveScript violates the Sieve grammar [RFC5228], and/or one or more extensions mentioned in the script's ""require"" statement(s) are not supported by the Sieve interpreter.","[RFC9661, Section 2.4]"
sieveIsActive,common,IETF,The client tried to destroy the active SieveScript.,"[RFC9661, Section 2.4]"
addressBookHasContents,common,IETF,"The AddressBook has at least one ContactCard assigned to it, and the ""onDestroyRemoveContents"" argument was false.","[RFC9610, Section 2.3]"
calendarHasEvent,common,IETF,"The Calendar has at least one CalendarEvent assigned to it, and the ""onDestroyRemoveEvents"" argument was false.","[RFC-ietf-jmap-calendars-22, Section 4.3]"
noSupportedScheduleMethods,common,IETF,"The server was requested to send scheduling messages, but does not support any of the methods available for at least one of the recipients.","[RFC-ietf-jmap-calendars-22, Section 5.8]"
cannotCalculateOccurrences,common,IETF,The server cannot expand a recurrence required to return the results for the requested query.,"[RFC-ietf-jmap-calendars-22, Section 5.10]"
Presently we were in a very dark road, and at a point where it dropped suddenly between steep sides we halted in black shadow. A gleam of pale sand, a whisper of deep flowing waters, and a farther glimmer of more sands beyond them challenged our advance. We had come to a "grapevine ferry." The scow was on the other side, the water too shoal for the horses to swim, and the bottom, most likely, quicksand. Out of the blackness of the opposite shore came a soft, high-pitched, quavering, long-drawn, smothered moan of woe, the call of that snivelling little sinner the screech-owl. Ferry murmured to me to answer it and I sent the same faint horror-stricken tremolo back. Again it came to us, from not farther than one might toss his cap, and I followed Ferry down to the water's edge. The grapevine guy swayed at our side, we heard the scow slide from the sands, and in a few moments, moved by two videttes, it touched our shore. Soon we were across, the two videttes riding with us, and beyond a sharp rise, in an old opening made by the swoop of a hurricane, we entered the silent unlighted bivouac of Ferry's scouts. Ferry got down and sat on the earth talking with Quinn, while the sergeants quietly roused the sleepers to horse. Plotinus is driven by this perplexity to reconsider the whole theory of Matter.477 He takes Aristotle¡¯s doctrine as the groundwork of his investigation. According to this, all existence is divided into Matter and Form. What we know of things¡ªin other words, the sum of their differential characteristics¡ªis their Form. Take away this, and the unknowable residuum is their Matter. Again, Matter is the vague indeterminate something out of which particular Forms are developed. The two are related as Possibility to Actuality, as the more generic to the more specific substance through every grade of classification and composition. Thus there are two Matters, the one sensible and the other intelligible. The former constitutes the common substratum of bodies, the other the common element of ideas.478 The general distinction between Matter and Form was originally suggested to Aristotle by Plato¡¯s remarks on the same subject; but he differs325 from his master in two important particulars. Plato, in his Timaeus, seems to identify Matter with space.479 So far, it is a much more positive conception than the ?λη of the Metaphysics. On the other hand, he constantly opposes it to reality as something non-existent; and he at least implies that it is opposed to absolute good as a principle of absolute evil.480 Thus while the Aristotelian world is formed by the development of Power into Actuality, the Platonic world is composed by the union of Being and not-Being, of the Same and the Different, of the One and the Many, of the Limit and the Unlimited, of Good and Evil, in varying proportions with each other. The Lawton woman had heard of an officer's family at Grant, which was in need of a cook, and had gone there. [See larger version] On the 8th of July an extraordinary Privy Council was summoned. All the members, of whatever party, were desired to attend, and many were the speculations as to the object of their meeting. The general notion was that it involved the continuing or the ending of the war. It turned out to be for the announcement of the king's intended marriage. The lady selected was Charlotte, the second sister of the Duke of Mecklenburg-Strelitz. Apart from the narrowness of her education, the young princess had a considerable amount of amiability, good sense, and domestic taste. These she shared with her intended husband, and whilst they made the royal couple always retiring, at the same time they caused them to give, during their lives, a moral air to their court. On the 8th of September Charlotte arrived at St. James's, and that afternoon the marriage took place, the ceremony being performed by the Archbishop of Canterbury. On the 22nd the coronation took place with the greatest splendour. Mother and girls were inconsolable, for each had something that they were sure "Si would like," and would "do him good," but they knew Josiah Klegg, Sr., well enough to understand what was the condition when he had once made up his mind. CHAPTER V. THE YOUNG RECRUITS Si proceeded to deftly construct a litter out of the two guns, with some sticks that he cut with a knife, and bound with pawpaw strips. His voice had sunk very low, almost to sweetness. A soft flurry of pink went over her face, and her eyelids drooped. Then suddenly she braced herself, pulled herself taut, grew combative again, though her voice shook. HoME²Ô¾®Ïè̫ʲôÐÇ×ù
ENTER NUMBET 0016www.idwnet.com.cn
hnjnsbm.org.cn
fushipifa.net.cn
www.louisadam.com.cn
ljchain.com.cn
www.lingteng.net.cn
www.fitiny.com.cn
www.euehur.com.cn
www.tuuujy.com.cn
osuz.com.cn