Class StringConsts
Inheritance
System.Object
StringConsts
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: NFX.Web.dll
Syntax
public static class StringConsts
Fields
APP_DATA_STORE_INIT_ERROR
Declaration
public const string APP_DATA_STORE_INIT_ERROR = "Application data store initApplication error: "
Field Value
Type |
Description |
System.String |
|
Declaration
public const string APP_FORMS_FACTORY_INIT_ERROR = "Application forms factory initApplication error: "
Field Value
Type |
Description |
System.String |
|
APP_INIT_CONFIG_ERROR
Declaration
public const string APP_INIT_CONFIG_ERROR = "Application init configuration error: "
Field Value
Type |
Description |
System.String |
|
APP_INSTANCE_ALREADY_CREATED_ERROR
Declaration
public const string APP_INSTANCE_ALREADY_CREATED_ERROR = "Application instance has already been created"
Field Value
Type |
Description |
System.String |
|
APP_INSTANCE_NULL_ERROR
Declaration
public const string APP_INSTANCE_NULL_ERROR = "Application instance has not been created"
Field Value
Type |
Description |
System.String |
|
APP_INSTRUMENTATION_INIT_ERROR
Declaration
public const string APP_INSTRUMENTATION_INIT_ERROR = "Application instrumentation initApplication error: "
Field Value
Type |
Description |
System.String |
|
APP_LOG_INIT_ERROR
Declaration
public const string APP_LOG_INIT_ERROR = "Application log initApplication error: "
Field Value
Type |
Description |
System.String |
|
APP_OBJECT_STORE_INIT_ERROR
Declaration
public const string APP_OBJECT_STORE_INIT_ERROR = "Application object store initApplication error: "
Field Value
Type |
Description |
System.String |
|
APP_SESSION_STRATEGY_INIT_ERROR
Declaration
public const string APP_SESSION_STRATEGY_INIT_ERROR = "Application session strategy initApplication error: "
Field Value
Type |
Description |
System.String |
|
ARGUMENT_ERROR
Declaration
public const string ARGUMENT_ERROR = "Argument error: "
Field Value
Type |
Description |
System.String |
|
BASE_HANDLER_EXCEPTION_ERROR
Declaration
public const string BASE_HANDLER_EXCEPTION_ERROR = "Error exception leaked into BaseHandler: "
Field Value
Type |
Description |
System.String |
|
CLOUD_SYSTEM_DUPLICATE_HOST_ERROR
Declaration
public const string CLOUD_SYSTEM_DUPLICATE_HOST_ERROR = "Can not add instance of type '{0}' with the name '{1}' as this name is already registered in cloud system {2}."
Field Value
Type |
Description |
System.String |
|
CLOUD_SYSTEM_DUPLICATE_NAME_ERROR
Declaration
public const string CLOUD_SYSTEM_DUPLICATE_NAME_ERROR = "Can not have cloud system instance of type '{0}' with the name '{1}' as this name is already registered."
Field Value
Type |
Description |
System.String |
|
CONTEXT_NOT_AVAILABLE_ERROR
Declaration
public const string CONTEXT_NOT_AVAILABLE_ERROR = "Requested context is not available: "
Field Value
Type |
Description |
System.String |
|
CONTRACT_NS
Declaration
public const string CONTRACT_NS = "http://itadapter.com/nfx/web"
Field Value
Type |
Description |
System.String |
|
CONTROLLER_ACTION_METHOD_NOT_FOUND_ERROR
Declaration
public const string CONTROLLER_ACTION_METHOD_NOT_FOUND_ERROR = "No suitable action method found. Controller/Action: {0}/{1}"
Field Value
Type |
Description |
System.String |
|
CONTROLLER_SESSION_MISMATCH_WARNING
Declaration
public const string CONTROLLER_SESSION_MISMATCH_WARNING = "Stateful controller mismatched session id. Controller: '{0}', Session: '{1}'"
Field Value
Type |
Description |
System.String |
|
DELETE_MODIFY_ERROR
Declaration
public const string DELETE_MODIFY_ERROR = "Can not modify field value while in deleting operation. Field <{0}>"
Field Value
Type |
Description |
System.String |
|
DONT_KNOW_ACTION_ERROR
Declaration
public const string DONT_KNOW_ACTION_ERROR = "Dont know how to handle site action: "
Field Value
Type |
Description |
System.String |
|
FS_S3_PARAMS_SERVER_URL_ERROR
Declaration
public const string FS_S3_PARAMS_SERVER_URL_ERROR = "S3 connection parameters need to specify non-blank Bucket and Region"
Field Value
Type |
Description |
System.String |
|
FS_SESSION_BAD_PARAMS_ERROR
Declaration
public const string FS_SESSION_BAD_PARAMS_ERROR = "Can not create an instance of file system session '{0}'. Make sure that suitable derivative of FileSystemSessionConnectParams is passed for the particular file system"
Field Value
Type |
Description |
System.String |
|
FS_SVN_PARAMS_SERVER_URL_ERROR
Declaration
public const string FS_SVN_PARAMS_SERVER_URL_ERROR = "SVN connection parameters need to specify non-blank ServerURL"
Field Value
Type |
Description |
System.String |
|
GEO_LOOKUP_SVC_CANCELED_ERROR
Declaration
public const string GEO_LOOKUP_SVC_CANCELED_ERROR = "GEO lookup service start canceled"
Field Value
Type |
Description |
System.String |
|
GEO_LOOKUP_SVC_DATA_FILE_ERROR
Declaration
public const string GEO_LOOKUP_SVC_DATA_FILE_ERROR = "GEO lookup service needs data file '{0}' which was not found"
Field Value
Type |
Description |
System.String |
|
GEO_LOOKUP_SVC_PATH_ERROR
Declaration
public const string GEO_LOOKUP_SVC_PATH_ERROR = "GEO lookup service is pointed at '{0}' path which does not exist"
Field Value
Type |
Description |
System.String |
|
GEO_LOOKUP_SVC_RESOLUTION_ERROR
Declaration
public const string GEO_LOOKUP_SVC_RESOLUTION_ERROR = "GEO lookup service does not support '{0}' resolution"
Field Value
Type |
Description |
System.String |
|
GUID_KEY
Declaration
public const string GUID_KEY = "GUID"
Field Value
Type |
Description |
System.String |
|
HTTP_OPERATION_ERROR
Declaration
public const string HTTP_OPERATION_ERROR = "HTTP[S] error: "
Field Value
Type |
Description |
System.String |
|
MAILER_LOG_TOPIC
Declaration
public const string MAILER_LOG_TOPIC = "Mailer"
Field Value
Type |
Description |
System.String |
|
MAILER_SINK_IS_NOT_SET_ERROR
Declaration
public const string MAILER_SINK_IS_NOT_SET_ERROR = "Mailer sink is not set"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string MAILER_SINK_SMTP_IS_NOT_CONFIGURED_ERROR = "SMTP Mailer sink is not configured: "
Field Value
Type |
Description |
System.String |
|
MESSAGE_SINK_IS_NOT_OWNED_ERROR
Declaration
public const string MESSAGE_SINK_IS_NOT_OWNED_ERROR = "The message sink being set is not owned by this service"
Field Value
Type |
Description |
System.String |
|
MODEL_CLIENT_REQUEST_READ_ERROR
Declaration
public const string MODEL_CLIENT_REQUEST_READ_ERROR = "ClientRequest could not be read: "
Field Value
Type |
Description |
System.String |
|
MODEL_FIELD_NOT_FOUND_ERROR
Declaration
public const string MODEL_FIELD_NOT_FOUND_ERROR = "ModelHandler could not find a record field to operate on. Field Name: '{0}'"
Field Value
Type |
Description |
System.String |
|
MODEL_METHOD_NOT_FOUND_ERROR
Declaration
public const string MODEL_METHOD_NOT_FOUND_ERROR = "ModelHandler could not find a record callable method to invoke. Method Name: '{0}'"
Field Value
Type |
Description |
System.String |
|
MODEL_NOT_FOUND_ERROR
Declaration
public const string MODEL_NOT_FOUND_ERROR = "ModelHandler could not find record to operate on. GUID: '{0}' \n Error: \n\n {1}"
Field Value
Type |
Description |
System.String |
|
MODEL_PROTOCOL_ERROR
Declaration
public const string MODEL_PROTOCOL_ERROR = "ModelHandler protocol error: "
Field Value
Type |
Description |
System.String |
|
MODEL_ROUTE_HANDLER_ERROR
Declaration
public const string MODEL_ROUTE_HANDLER_ERROR = "Error in ModelRouteHandler: "
Field Value
Type |
Description |
System.String |
|
MULTIPART_BOUNDARY_COULDNT_BE_SHORTER_3_ERROR
Declaration
public const string MULTIPART_BOUNDARY_COULDNT_BE_SHORTER_3_ERROR = "Multipart: Boundary couldn't be shorter than 3 chars."
Field Value
Type |
Description |
System.String |
|
MULTIPART_BOUNDARY_IS_TOO_SHORT
Declaration
public const string MULTIPART_BOUNDARY_IS_TOO_SHORT = "Multipart: Full boundary is too short."
Field Value
Type |
Description |
System.String |
|
MULTIPART_BOUNDARY_MISMATCH_ERROR
Declaration
public const string MULTIPART_BOUNDARY_MISMATCH_ERROR = "Multipart: Boundary from stream doesn't match expected boundary.\r\nExpected=\"{0}\".\r\nActual=\"{1}\"."
Field Value
Type |
Description |
System.String |
|
MULTIPART_BOUNDARY_SHOULD_START_WITH_HYPHENS
Declaration
public const string MULTIPART_BOUNDARY_SHOULD_START_WITH_HYPHENS = "Multipart: Boundary should start with double hyphen."
Field Value
Type |
Description |
System.String |
|
Declaration
public const string MULTIPART_DOUBLE_EOL_ISNT_FOUND_AFTER_HEADER_ERROR = "Multipart: Double \\r\\n isn't found after header."
Field Value
Type |
Description |
System.String |
|
MULTIPART_NO_LF_NOR_CRLF_ISNT_FOUND_ERROR
Declaration
public const string MULTIPART_NO_LF_NOR_CRLF_ISNT_FOUND_ERROR = "Neither \\r\\n nor \\n are found. Invalid multipart stream."
Field Value
Type |
Description |
System.String |
|
MULTIPART_PART_COULDNT_BE_EMPTY_ERROR
Declaration
public const string MULTIPART_PART_COULDNT_BE_EMPTY_ERROR = "Multipart: Part couldn't empty."
Field Value
Type |
Description |
System.String |
|
MULTIPART_PART_EMPTY_NAME_ERROR
Declaration
public const string MULTIPART_PART_EMPTY_NAME_ERROR = "Multipart: Name of part couldn't be null or empty."
Field Value
Type |
Description |
System.String |
|
MULTIPART_PART_IS_ALREADY_REGISTERED_ERROR
Declaration
public const string MULTIPART_PART_IS_ALREADY_REGISTERED_ERROR = "Multipart: Part with the name {0} is already registered."
Field Value
Type |
Description |
System.String |
|
MULTIPART_PART_MUST_BE_ENDED_WITH_EOL_ERROR
Declaration
public const string MULTIPART_PART_MUST_BE_ENDED_WITH_EOL_ERROR = "Multipart: Part must be ended with EOL."
Field Value
Type |
Description |
System.String |
|
MULTIPART_PART_SEGMENT_ISNT_TERMINATED_CORRECTLY_ERROR
Declaration
public const string MULTIPART_PART_SEGMENT_ISNT_TERMINATED_CORRECTLY_ERROR = "Multipart isn't terminated with {0}."
Field Value
Type |
Description |
System.String |
|
MULTIPART_PARTS_COULDNT_BE_EMPTY_ERROR
Declaration
public const string MULTIPART_PARTS_COULDNT_BE_EMPTY_ERROR = "Multipart: Parts couldn't be null or empty."
Field Value
Type |
Description |
System.String |
|
MULTIPART_SPECIFIED_BOUNDARY_ISNT_FOUND_ERROR
Declaration
public const string MULTIPART_SPECIFIED_BOUNDARY_ISNT_FOUND_ERROR = "Specified boundary not found. Invalid multipart stream."
Field Value
Type |
Description |
System.String |
|
MULTIPART_STREAM_NOT_NULL_MUST_SUPPORT_READ_ERROR
Declaration
public const string MULTIPART_STREAM_NOT_NULL_MUST_SUPPORT_READ_ERROR = "Multipart: Stream couldn't be null and must support read operation."
Field Value
Type |
Description |
System.String |
|
MULTIPART_STREAM_NOT_NULL_MUST_SUPPORT_WRITE_ERROR
Declaration
public const string MULTIPART_STREAM_NOT_NULL_MUST_SUPPORT_WRITE_ERROR = "Multipart: Stream couldn't be null and must support write operation."
Field Value
Type |
Description |
System.String |
|
MULTIPART_TERMINATOR_ISNT_FOUND_ERROR
Declaration
public const string MULTIPART_TERMINATOR_ISNT_FOUND_ERROR = "Multipart: Terminator isn't found."
Field Value
Type |
Description |
System.String |
|
NAME_KEY
Declaration
public const string NAME_KEY = "NAME"
Field Value
Type |
Description |
System.String |
|
NFX_WEB_APP_CONFIGURATION_FILE
Declaration
public const string NFX_WEB_APP_CONFIGURATION_FILE = "NFXWebApp.configuration"
Field Value
Type |
Description |
System.String |
|
NO_RECORD_IN_VOLATILE_STORE_ERROR
Declaration
public const string NO_RECORD_IN_VOLATILE_STORE_ERROR = "Volatile store returned no record instance. It may have expired "
Field Value
Type |
Description |
System.String |
|
NO_ROUTE_CONTEXT
Declaration
public const string NO_ROUTE_CONTEXT = "<no route context>"
Field Value
Type |
Description |
System.String |
|
NOT_FOUND_ERROR
Declaration
public const string NOT_FOUND_ERROR = "404 Not Found: "
Field Value
Type |
Description |
System.String |
|
OPERATION_NOT_SUPPORTED_ERROR
Declaration
public const string OPERATION_NOT_SUPPORTED_ERROR = "Operation not supported: "
Field Value
Type |
Description |
System.String |
|
PAYMENT_CANNOT_CAPTURE_CAPTURED_PAYMENT_ERROR
Declaration
public const string PAYMENT_CANNOT_CAPTURE_CAPTURED_PAYMENT_ERROR = "Captured payment cannot be captured again. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_CANNOT_CHARGE_PAYMENT_ERROR
Declaration
public const string PAYMENT_CANNOT_CHARGE_PAYMENT_ERROR = "Payment failed to be charged. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_CANNOT_CREATE_RECIPIENT_ERROR
Declaration
public const string PAYMENT_CANNOT_CREATE_RECIPIENT_ERROR = "Recipient couldn't be created. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_CANNOT_TRANSFER_ERROR
Declaration
public const string PAYMENT_CANNOT_TRANSFER_ERROR = "Transfer failed. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_CANNOT_VOID_ERROR
Declaration
public const string PAYMENT_CANNOT_VOID_ERROR = "Payment failed to be voided"
Field Value
Type |
Description |
System.String |
|
PAYMENT_CAPTURE_CURRENCY_MUST_MATCH_CHARGE_ERROR
Declaration
public const string PAYMENT_CAPTURE_CURRENCY_MUST_MATCH_CHARGE_ERROR = "Capture currency must be the same as original charge currency."
Field Value
Type |
Description |
System.String |
|
PAYMENT_CURRENCY_CONVERSION_MAPPING_ERROR
Declaration
public const string PAYMENT_CURRENCY_CONVERSION_MAPPING_ERROR = "Currency mapping for '{0}' -> '{1}' is not found by provider '{2}' or rate attr missing"
Field Value
Type |
Description |
System.String |
|
PAYMENT_CURRENCY_NOT_SUPPORTED_ERROR
Declaration
public const string PAYMENT_CURRENCY_NOT_SUPPORTED_ERROR = "Currency '{0}' is not supported by provider '{1}' or currency attr missing"
Field Value
Type |
Description |
System.String |
|
PAYMENT_INVALID_ADDR_ERROR
Declaration
public const string PAYMENT_INVALID_ADDR_ERROR = "Invalid card address. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_INVALID_CARD_NUMBER_ERROR
Declaration
public const string PAYMENT_INVALID_CARD_NUMBER_ERROR = "Invalid card number '{0:0000 0000 0000 0000}'. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_INVALID_CUSTOMER_ERROR
Declaration
public const string PAYMENT_INVALID_CUSTOMER_ERROR = "Customer name '{0}' couldn't be null or empty. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_INVALID_CVC_ERROR
Declaration
public const string PAYMENT_INVALID_CVC_ERROR = "Invalid card CVC '{0}'. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_INVALID_EXPIRATION_DATE_ERROR
Declaration
public const string PAYMENT_INVALID_EXPIRATION_DATE_ERROR = "Invalid card expiration year '{0}' or month '{1}'. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_INVALID_PAYSYSTEM_ERROR
Declaration
public const string PAYMENT_INVALID_PAYSYSTEM_ERROR = "Payment was created in other pay system. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_200_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_200_STATUSCODE = "Request OK"
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_201_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_201_STATUSCODE = "Resource created"
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_400_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_400_STATUSCODE = "Bad request"
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_401_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_401_STATUSCODE = "Unauthorized request"
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_402_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_402_STATUSCODE = "Failed request"
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_403_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_403_STATUSCODE = "Forbidden"
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_404_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_404_STATUSCODE = "Resource was not found"
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_405_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_405_STATUSCODE = "Method not allowed"
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_415_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_415_STATUSCODE = "Unsupported media type"
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_422_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_422_STATUSCODE = "Unprocessable entity"
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_429_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_429_STATUSCODE = "Too many requests"
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_50x_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_50x_STATUSCODE = "PayPal server error"
Field Value
Type |
Description |
System.String |
|
PAYMENT_PAYPAL_UNKNOWN_STATUSCODE
Declaration
public const string PAYMENT_PAYPAL_UNKNOWN_STATUSCODE = "PayPal unknown error"
Field Value
Type |
Description |
System.String |
|
PAYMENT_REFUND_CANNOT_BE_REFUNDED_ERROR
Declaration
public const string PAYMENT_REFUND_CANNOT_BE_REFUNDED_ERROR = "Transaction '{0}' couldn't be refunded. It could have wrong type, not captured or already completely refunded. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_REFUND_CURRENCY_MUST_MATCH_CHARGE_ERROR
Declaration
public const string PAYMENT_REFUND_CURRENCY_MUST_MATCH_CHARGE_ERROR = "Refund currency must be the same as original charge currency. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_REFUND_EXCEEDS_CHARGE_ERROR
Declaration
public const string PAYMENT_REFUND_EXCEEDS_CHARGE_ERROR = "Required refund value '{0}' in sum with previously refunded value '{1}' exceeds original charge '{2}'. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_STRIPE_400_ERROR
Declaration
public const string PAYMENT_STRIPE_400_ERROR = "400 Bad Request - Often missing a required parameter. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_STRIPE_401_ERROR
Declaration
public const string PAYMENT_STRIPE_401_ERROR = "401 Unauthorized - No valid API key provided. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_STRIPE_402_ERROR
Declaration
public const string PAYMENT_STRIPE_402_ERROR = "402 Parameters were valid but request failed. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_STRIPE_404_ERROR
Declaration
public const string PAYMENT_STRIPE_404_ERROR = "404 Not Found - The requested item doesn't exist. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_STRIPE_50X_ERROR
Declaration
public const string PAYMENT_STRIPE_50X_ERROR = "{0} Server error - something went wrong on Stripe's end. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_STRIPE_ERR_MSG_ERROR
Declaration
public const string PAYMENT_STRIPE_ERR_MSG_ERROR = "Stripe reported error: \"{0}\". "
Field Value
Type |
Description |
System.String |
|
PAYMENT_SYSTEM_DUPLICATE_NAME_ERROR
Declaration
public const string PAYMENT_SYSTEM_DUPLICATE_NAME_ERROR = "Can not have payment system instance of type '{0}' with the name '{1}' as this name is already registered. "
Field Value
Type |
Description |
System.String |
|
PAYMENT_SYSTEM_HOST_NULL_ERROR
Declaration
public const string PAYMENT_SYSTEM_HOST_NULL_ERROR = "Payment system host is not set"
Field Value
Type |
Description |
System.String |
|
PAYMENT_UNKNOWN_ACCOUNT_ERROR
Declaration
public const string PAYMENT_UNKNOWN_ACCOUNT_ERROR = "Unknown account '{0}'"
Field Value
Type |
Description |
System.String |
|
PAYPAL_GENERATE_OAUTH_ERROR_MESSAGE
Declaration
public const string PAYPAL_GENERATE_OAUTH_ERROR_MESSAGE = "Error while refreshing OAuth token: {0}"
Field Value
Type |
Description |
System.String |
|
PAYPAL_PAYOUT_ERROR
Declaration
public const string PAYPAL_PAYOUT_ERROR = "Critical error while transaction (account: {0}, amount: {1}) processing: {2}"
Field Value
Type |
Description |
System.String |
|
PAYPAL_PAYOUT_ITEM_CANCEL_ERROR_MESSAGE
Declaration
public const string PAYPAL_PAYOUT_ITEM_CANCEL_ERROR_MESSAGE = "Error while payout item cancellation: {0}"
Field Value
Type |
Description |
System.String |
|
PAYPAL_PAYOUT_ITEM_FETCH_ERROR_MESSAGE
Declaration
public const string PAYPAL_PAYOUT_ITEM_FETCH_ERROR_MESSAGE = "Error while fetch payout item: {0}"
Field Value
Type |
Description |
System.String |
|
PAYPAL_PAYOUT_NOT_SUCCEEDED_MESSAGE
Declaration
public const string PAYPAL_PAYOUT_NOT_SUCCEEDED_MESSAGE = "Payout was not succeeded. Error: {0}, Message: {1}, Description: {2}"
Field Value
Type |
Description |
System.String |
|
PAYPAL_PAYOUTS_CREATE_ERROR_MESSAGE
Declaration
public const string PAYPAL_PAYOUTS_CREATE_ERROR_MESSAGE = "Error while create payouts: {0}"
Field Value
Type |
Description |
System.String |
|
PAYPAL_PAYOUTS_FETCH_ERROR_MESSAGE
Declaration
public const string PAYPAL_PAYOUTS_FETCH_ERROR_MESSAGE = "Error while fetch payouts: {0}"
Field Value
Type |
Description |
System.String |
|
PAYPAL_VOID_ERROR_MESSAGE
Declaration
public const string PAYPAL_VOID_ERROR_MESSAGE = "Critical error while transaction cancellation: {0}"
Field Value
Type |
Description |
System.String |
|
SCRIPT_NAME_MISSING_ERROR
Declaration
public const string SCRIPT_NAME_MISSING_ERROR = "Script name missing"
Field Value
Type |
Description |
System.String |
|
SCRIPT_READ_ERROR
Declaration
public const string SCRIPT_READ_ERROR = "Script cound not be read, check name: "
Field Value
Type |
Description |
System.String |
|
SCRIPT_ROUTE_HANDLER_ERROR
Declaration
public const string SCRIPT_ROUTE_HANDLER_ERROR = "Error in ScriptRouteHandler: "
Field Value
Type |
Description |
System.String |
|
SENDING_MESSAGE_HAS_NOT_SUCCEEDED
Declaration
public const string SENDING_MESSAGE_HAS_NOT_SUCCEEDED = "Sending message on sink '{0}' has not succeeded"
Field Value
Type |
Description |
System.String |
|
SHIPPING_SYSTEM_DUPLICATE_NAME_ERROR
Declaration
public const string SHIPPING_SYSTEM_DUPLICATE_NAME_ERROR = "Can not have shipping system instance of type '{0}' with the name '{1}' as this name is already registered. "
Field Value
Type |
Description |
System.String |
|
SHIPPING_SYSTEM_HOST_NULL_ERROR
Declaration
public const string SHIPPING_SYSTEM_HOST_NULL_ERROR = "Shipping system host is not set"
Field Value
Type |
Description |
System.String |
|
SHIPPING_SYSTEM_UNSUPPORTED_ACTION
Declaration
public const string SHIPPING_SYSTEM_UNSUPPORTED_ACTION = "Action {0} is not supported by the shipping system"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string SHIPPO_CAN_NOT_MAP_LABEL_FORMAT = "Unknown label format"
Field Value
Type |
Description |
System.String |
|
SHIPPO_CREATE_LABEL_ERROR
Declaration
public const string SHIPPO_CREATE_LABEL_ERROR = "Critical error while create shipping label from {0}, to {1}: {2}"
Field Value
Type |
Description |
System.String |
|
SHIPPO_CREATE_LABEL_MESSAGE
Declaration
public const string SHIPPO_CREATE_LABEL_MESSAGE = "Perform create label: from {0}, to {1}"
Field Value
Type |
Description |
System.String |
|
SHIPPO_ESTIMATE_SHIPPING_COST_ERROR
Declaration
public const string SHIPPO_ESTIMATE_SHIPPING_COST_ERROR = "Critical error while estimate shipping cost from {0}, to {1}, method '{2}': {3}"
Field Value
Type |
Description |
System.String |
|
SHIPPO_ESTIMATE_SHIPPING_COST_MESSAGE
Declaration
public const string SHIPPO_ESTIMATE_SHIPPING_COST_MESSAGE = "Perform shipping cost estimation: from {0}, to {1}, method '{2}'"
Field Value
Type |
Description |
System.String |
|
SHIPPO_GET_RATE_ERROR
Declaration
public const string SHIPPO_GET_RATE_ERROR = "Critical error while fetch label rate"
Field Value
Type |
Description |
System.String |
|
SHIPPO_OPERATION_FAILED
Declaration
public const string SHIPPO_OPERATION_FAILED = "Operation failed"
Field Value
Type |
Description |
System.String |
|
SHIPPO_TRACK_SHIPMENT_ERROR
Declaration
public const string SHIPPO_TRACK_SHIPMENT_ERROR = "Critical error while tracking shipment '{0}': {1}"
Field Value
Type |
Description |
System.String |
|
SHIPPO_TRACK_SHIPMENT_MESSAGE
Declaration
public const string SHIPPO_TRACK_SHIPMENT_MESSAGE = "Perform track shipment by number '{0}'"
Field Value
Type |
Description |
System.String |
|
SHIPPO_VALIDATE_ADDRESS_ERROR
Declaration
public const string SHIPPO_VALIDATE_ADDRESS_ERROR = "Critical error while validate address: {0}"
Field Value
Type |
Description |
System.String |
|
SHIPPO_VALIDATE_ADDRESS_INVALID_ERROR
Declaration
public const string SHIPPO_VALIDATE_ADDRESS_INVALID_ERROR = "The address is invalid: {0}"
Field Value
Type |
Description |
System.String |
|
SHIPPO_VALIDATE_ADDRESS_MESSAGE
Declaration
public const string SHIPPO_VALIDATE_ADDRESS_MESSAGE = "Perform address validation"
Field Value
Type |
Description |
System.String |
|
SOCIAL_NETWORK_DUPLICATE_NAME
Declaration
public const string SOCIAL_NETWORK_DUPLICATE_NAME = "Can not have social network instance of type '{0}' with the name '{1}' as this name is already registered. "
Field Value
Type |
Description |
System.String |
|
STRIP_KEY
Declaration
public const string STRIP_KEY = "STRIP"
Field Value
Type |
Description |
System.String |
|
TAX_CALC_DIFFERENT_CURRENCIES_ERROR
Declaration
public const string TAX_CALC_DIFFERENT_CURRENCIES_ERROR = "Prices and shipping must be represented in the same currency. "
Field Value
Type |
Description |
System.String |
|
TAX_CALC_ERROR
Declaration
public const string TAX_CALC_ERROR = "Calculation failed. "
Field Value
Type |
Description |
System.String |
|
TAX_CALCULATOR_DUPLICATE_NAME_ERROR
Declaration
public const string TAX_CALCULATOR_DUPLICATE_NAME_ERROR = "Can not have tax calculator instance of type '{0}' with the name '{1}' as this name is already registered. "
Field Value
Type |
Description |
System.String |
|
TAX_TAXJAR_TOADDRESS_ISNT_SUPPLIED_ERROR
Declaration
public const string TAX_TAXJAR_TOADDRESS_ISNT_SUPPLIED_ERROR = "Either retailerAddress or wholesellerAddress must be provided. "
Field Value
Type |
Description |
System.String |
|
TYPELOOKUP_404_LOG_MSG
Declaration
public const string TYPELOOKUP_404_LOG_MSG = "Type lookup failed. User IP='{0}' FilePath='{1}' PathInfo='{2}'"
Field Value
Type |
Description |
System.String |
|
UNKNOWN
Declaration
public const string UNKNOWN = "<unknown>"
Field Value
Type |
Description |
System.String |
|
WEB_HANDLER_TOPIC
Declaration
public const string WEB_HANDLER_TOPIC = "WebHandler"
Field Value
Type |
Description |
System.String |
|
WEB_LOG_TOPIC
Declaration
public const string WEB_LOG_TOPIC = "NFX.Web"
Field Value
Type |
Description |
System.String |
|
WEB_REQUEST_ERROR
Declaration
public const string WEB_REQUEST_ERROR = "Error while performing WebRequest: "
Field Value
Type |
Description |
System.String |
|