Evrythng API for W5500, WIZ550io

Dependencies:   W5500Interface

Dependents:   EvrythngApiExampleW5500

Fork of EvrythngApi by Evry Thng

evry_error.h

Committer:
Bongjun
Date:
2014-08-26
Revision:
4:17b3a5407184
Parent:
0:d38d192c2f5f

File content as of revision 4:17b3a5407184:

/*
 * (c) Copyright 2012 EVRYTHNG Ltd London / Zurich
 * www.evrythng.com
 *
 * --- DISCLAIMER ---
 *
 * EVRYTHNG provides this source code "as is" and without warranty of any kind,
 * and hereby disclaims all express or implied warranties, including without
 * limitation warranties of merchantability, fitness for a particular purpose,
 * performance, accuracy, reliability, and non-infringement.
 *
 * Author: Michel Yerly
 *
 */
#ifndef EVRY_ERROR_H
#define EVRY_ERROR_H

#define EVRY_ERR_OK 0
#define EVRY_ERR_UNKNOWN 1
#define EVRY_ERR_CANTCONNECT 2
#define EVRY_ERR_CANTSEND 3
#define EVRY_ERR_UNSUPPORTED 4
#define EVRY_ERR_UNEXPECTEDHTTPSTATUS 5

#endif