search for: error_type

Displaying 8 results from an estimated 8 matches for "error_type".

2012 Sep 25
3
Proposal for a new ActiveModel::Errors structure
...field" } ] } Currently it''s impossible to figure out which validations actually failed for a given field, as AM::Errors provides only field name and translated error message. We''ve got a simple workaround for this issue: module ActiveModel class Errors def error_types @_error_types ||= Hash.new{|hash,k| hash[k] = []} end def add_with_save_names(attribute, message = nil, options = {}) message ||= :invalid message = message.call if message.is_a?(Proc) error_types[attribute] << message add_without_save_names(attribute,...
2013 May 14
1
Instagram Redirect error
Hi Folks, In just integrate instagram to my app. I got an error while redirect from instagram. {"code": 400, "error_type": "OAuthException", "error_message": "Redirect URI does not match registered redirect URI"} Please advise. Thank you -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscri...
2019 Feb 03
2
Crash when using dict quotas with sqlite database
Hello John, I tried (until now) to get a valuable backtrace, but it seems that GDB can't resolve all symbols. This is what systemd-coredump is giving me: Stack trace of thread 22359: #0? 0x0000638167eaf062 event_unref (libdovecot.so.0) #1? 0x000004a58a212151 n/a (dict) #2? 0x000004a58a211333 n/a (dict) #3? 0x000004a58a20514d n/a (dict) #4? 0x0000638167e556f2 dict_transaction_begin
2019 Feb 03
2
Crash when using dict quotas with sqlite database
...ame = 0x0, find_field = 0x0, get_field_value = 0x0, get_field_value_binary = 0x0, find_field_value = 0x0, get_values = 0x0, get_error = 0x0, more = 0x0}, refcount = 0, db = 0xccf6c3d438, fields = 0x0, map_size = 0, map = 0x0, fetch_dest = 0x0, event = 0xccf6c3e000, fetch_dest_size = 0, error_type = SQL_RESULT_ERROR_TYPE_UNKNOWN, failed = false, failed_try_retry = false, callback = false} event = 0x1400 #2 0x000000ccbcdaf333 in driver_sqlite_transaction_begin (_db=0xccf6c3d438) at driver-sqlite.c:373 ctx = 0xccf6c3db80 db = 0xccf6c3d438 #3 0x000000ccbcda3...
2002 Mar 19
1
Solaris 8 error - make: Fatal error: Command failed for target `saveload.o'
...T_length' /usr/include/sys/tihdr.h:471: warning: data definition has no type or storage class /usr/include/sys/tihdr.h:472: parse error before `OPT_offset' /usr/include/sys/tihdr.h:472: warning: data definition has no type or storage class /usr/include/sys/tihdr.h:473: parse error before `ERROR_type' /usr/include/sys/tihdr.h:473: warning: data definition has no type or storage class /usr/include/sys/tihdr.h:479: parse error before `t_scalar_t' /usr/include/sys/tihdr.h:479: warning: no semicolon at end of struct or union /usr/include/sys/tihdr.h:480: warning: data definition has no typ...
2003 Nov 10
8
winbindd panic daemon dies
Hi All, can anyone make any sense of the error below, please advise if I need to log this as a bug but I'm not sure how to further diagnose what is happening. This is from my winbindd log file, thanks Andy. [2003/11/07 17:47:59, 1] nsswitch/winbindd.c:main(832) winbindd version 3.0.0 started. Copyright The Samba Team 2000-2003 [2003/11/07 17:48:00, 1]
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...etion. * * TODO: tj: This is too subtle. It would be better to let * low level drivers do what they see fit. */ if (req->cmd_type == REQ_TYPE_FS) req->errors = 0; if (error && req->cmd_type == REQ_TYPE_FS && !(req->cmd_flags & REQ_QUIET)) { char *error_type; switch (error) { case -ENOLINK: error_type = "recoverable transport"; break; case -EREMOTEIO: error_type = "critical target"; break; case -EBADE: error_type = "critical nexus"; break; case -EIO: default: error_type = "I/O";...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...etion. * * TODO: tj: This is too subtle. It would be better to let * low level drivers do what they see fit. */ if (req->cmd_type == REQ_TYPE_FS) req->errors = 0; if (error && req->cmd_type == REQ_TYPE_FS && !(req->cmd_flags & REQ_QUIET)) { char *error_type; switch (error) { case -ENOLINK: error_type = "recoverable transport"; break; case -EREMOTEIO: error_type = "critical target"; break; case -EBADE: error_type = "critical nexus"; break; case -EIO: default: error_type = "I/O";...