Powered by MediaWiki
Personal tools

APIs

From b2evolution manual

Jump to: navigation, search

As of version 2.4, b2evolution supports 4 different APIs:

[edit] Error Codes

As of b2evolution 2.4 have been normalized like this:

Code Message
801 Wrong username/password combination.
802 Requested blog/collection does not exist.
803 Permission denied.
804 Invalid content.
806 Requested post/Item does not exist.
811 Requested category not found in requested blog.
812 No default category found for requested blog.
821 Invalid post title.
822 Invalid post contents.
899 Database error.

Note: In an effort to alleviate error handling for client software developers, we tried to use the same error codes as Nucleus whenever possible. Just because Nucleus actually had documented error codes when no one else had.